summaryrefslogtreecommitdiff
path: root/src/util/Makefile.standalone
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.standalone')
-rw-r--r--src/util/Makefile.standalone3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/Makefile.standalone b/src/util/Makefile.standalone
index 178ac142..06d534f7 100644
--- a/src/util/Makefile.standalone
+++ b/src/util/Makefile.standalone
@@ -14,8 +14,7 @@
CC := gcc
CFLAGS := -Wall -W -Wno-unused -Wshadow -Winline -Wpointer-arith \
-Wbad-function-cast -Wcast-align -Wcast-qual \
- -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
- -pedantic -ansi
+ -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
EXTRA_CFLAGS :=
CONFIG_DATA_DIR := $(firstword $(wildcard ../../configs/*/config-data))