You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
674 B
18 lines
674 B
Index: build/gmake/Makefile |
|
--- build/gmake/Makefile.orig 2005-07-15 08:58:10 +0200 |
|
+++ build/gmake/Makefile 2005-10-31 14:22:21 +0100 |
|
@@ -80,12 +80,12 @@ |
|
# For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1 |
|
# disabled. |
|
CC= gcc |
|
-CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) |
|
+CFLAGS= -I$(INCDIR) |
|
# flags only supported with gcc 3.x |
|
# CFLAGS += -Wunused-parameter |
|
|
|
OTHERCFLAGS= |
|
-OTHERCFLAGS+= -D_DEBUG=1 |
|
+# OTHERCFLAGS+= -D_DEBUG=1 |
|
# OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 |
|
ifdef SUPPORT_UTF16_ENCODINGS |
|
CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
|
|
|