All pastes #876837 Raw Edit

Stuff

public text v1 · immutable
#876837 ·published 2008-01-29 03:04 UTC
rendered paste body
--- Makefile	22 Jan 2008 01:31:52 -0000	1.245.2.3
+++ Makefile	29 Jan 2008 03:03:48 -0000
@@ -145,7 +145,7 @@ endif
 
 # Compilation options.  Perhaps some of these should come from Makefile.inc?
 OPT := -O2 $(call cc-option,-fno-strict-aliasing) $(call cc-option,-fno-stack-protector)
-DEBUG := -g -Wall
+DEBUG := -g -Wall $(call cc-option,-Wno-write_strings)
 CFLAGS := $(INCLUDE) $(OPT) $(DEBUG) -DULAPI $(call cc-option, -Wdeclaration-after-statement) $(BITOPS_DEFINE)
 CXXFLAGS := $(INCLUDE) $(OPT) $(DEBUG) -DULAPI $(BITOPS_DEFINE)