src/bulletml/tinyxml/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- noiz2sa-0.51a.orig/src/bulletml/tinyxml/Makefile
+++ noiz2sa-0.51a/src/bulletml/tinyxml/Makefile
@@ -21,8 +21,8 @@
AR := ar rc
RANLIB := ranlib
-DEBUG_CFLAGS := -Wall -Wno-unknown-pragmas -Wno-format -g -DDEBUG
-RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -Wno-format -O2
+DEBUG_CFLAGS ?= -Wall -Wno-unknown-pragmas -Wno-format -g -DDEBUG
+RELEASE_CFLAGS ?= -Wall -Wno-unknown-pragmas -Wno-format -O2
LIBS :=