aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Make.config2
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