blob: a6eaf707c97152fe179a83263bf8f1cd14994d3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/OMakefile
+++ b/OMakefile
@@ -33,7 +33,7 @@
#
# Extra options for the C compiler
#
- CFLAGS += -g -O2 -Wall -Werror -Wno-unused
+ CFLAGS += -Wall -Wno-unused
#
# We never need threads on Unix
|