aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-02-25 14:25:41 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-02-25 14:25:41 -0500
commitbf096a3e3dfa67a9776e47eb0e651b46ee4e8319 (patch)
treed7d27cd238ba673c913b9ad2b95097d3a41e2169 /Makefile
parent021eb3fd655629b3d11b9923098689bf96c26890 (diff)
downloadlibsurvive-bf096a3e3dfa67a9776e47eb0e651b46ee4e8319.tar.gz
libsurvive-bf096a3e3dfa67a9776e47eb0e651b46ee4e8319.tar.bz2
use -std=gnu99
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d44661..dedf4ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all : lib data_recorder test calibrate
-CFLAGS:=-Iinclude -fPIC -g -O0 -Iredist -flto -DUSE_DOUBLE
+CFLAGS:=-Iinclude -fPIC -g -O0 -Iredist -flto -DUSE_DOUBLE -std=gnu99
LDFLAGS:=-lpthread -lusb-1.0 -lz -lX11 -lm -flto -g