diff options
| author | Joshua Allen <axlecrusher@gmail.com> | 2017-02-25 14:25:41 -0500 |
|---|---|---|
| committer | Joshua Allen <axlecrusher@gmail.com> | 2017-02-25 14:25:41 -0500 |
| commit | bf096a3e3dfa67a9776e47eb0e651b46ee4e8319 (patch) | |
| tree | d7d27cd238ba673c913b9ad2b95097d3a41e2169 /Makefile | |
| parent | 021eb3fd655629b3d11b9923098689bf96c26890 (diff) | |
| download | libsurvive-bf096a3e3dfa67a9776e47eb0e651b46ee4e8319.tar.gz libsurvive-bf096a3e3dfa67a9776e47eb0e651b46ee4e8319.tar.bz2 | |
use -std=gnu99
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
