diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 19:14:39 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 19:14:39 +0000 |
commit | 8a47c659e9c81aeeb96209c7f9ae07c1c6b5aef6 (patch) | |
tree | b51e7892c9e91826c198469c6375c871ccdfeceb | |
parent | 195b7c7db8a9e9980386d0e8247f20015c7c7711 (diff) | |
download | LibXtract-8a47c659e9c81aeeb96209c7f9ae07c1c6b5aef6.tar.gz LibXtract-8a47c659e9c81aeeb96209c7f9ae07c1c6b5aef6.tar.bz2 LibXtract-8a47c659e9c81aeeb96209c7f9ae07c1c6b5aef6.zip |
Add --std-c99 for fussy compilers
-rw-r--r-- | src/Make.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.config b/src/Make.config index 57f23cd..4993578 100644 --- a/src/Make.config +++ b/src/Make.config @@ -1,6 +1,6 @@ NAME := xtract DIRS := . c-ringbuf ooura dywapitchtrack -FLAGS := -I../include +FLAGS += --std=c99 -Wall -pedantic -I../include ifeq ($(PLATFORM), Darwin) LDFLAGS = -framework Accelerate |