Added optimization option for debug builds.

This commit is contained in:
Janet B. Anderson
2008-08-29 17:49:54 +00:00
parent 789bc588f6
commit e13d15e3a6

View File

@@ -32,5 +32,8 @@ CONFORM_CXXFLAGS_STRICT =
# Override linking with gcc library from CONFIG.gnuCommon
GNU_LDLIBS_YES =
OPT_CFLAGS_NO = -O3 -g
OPT_CXXFLAGS_NO = -O3 -g
OP_SYS_LDLIBS = -lws2_32
PROD_SYS_LIBS = ws2_32