summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 1f3bd01..42364d3 100644
--- a/config
+++ b/config
@@ -19,7 +19,7 @@ V= 0.1
LIBNAME= luamq.so
-WARN= -Wall -Wmissing-prototypes -Wmissing-declarations -ansi -pedantic -fPIC
+WARN= -Wall -Wmissing-prototypes -Wmissing-declarations -pedantic -fPIC
INCS= -I$(LUA_INC)
CFLAGS= -O2 $(WARN) $(INCS)
CC= gcc