diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-19 05:11:38 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-19 05:11:38 +0200 |
commit | 6e8d21f63be63a76dfcefc9911c487ce50491721 (patch) | |
tree | 24d14db7ea574e7dbd408a9faf1e911c5e5a3277 /Makefile.faadalyse | |
parent | 4f983da0f35974b4ce1ea9b2598188f2d1501fda (diff) | |
download | etisnoop-6e8d21f63be63a76dfcefc9911c487ce50491721.tar.gz etisnoop-6e8d21f63be63a76dfcefc9911c487ce50491721.tar.bz2 etisnoop-6e8d21f63be63a76dfcefc9911c487ce50491721.zip |
Compile faadalyse in C99
Diffstat (limited to 'Makefile.faadalyse')
-rw-r--r-- | Makefile.faadalyse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.faadalyse b/Makefile.faadalyse index 449074a..f73a8f4 100644 --- a/Makefile.faadalyse +++ b/Makefile.faadalyse @@ -1,6 +1,6 @@ CC=gcc CXX=g++ -CFLAGS = -Wall -g +CFLAGS = -Wall -g --std=c99 CXXFLAGS = -Wall -g --std=c++11 -DDPS_DEBUG=1 SOURCES = src/dabplussnoop.cpp \ src/faadalyse.cpp \ |