14 lines
392 B
Diff
14 lines
392 B
Diff
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -110,7 +110,7 @@
|
|
# Add copious amounts of debugging with gcc
|
|
if test "${GXX}" = "yes" ; then
|
|
- CXXFLAGS="${CXXFLAGS} -Wall -Wformat -Woverloaded-virtual -Wshadow"
|
|
+ CXXFLAGS="${CXXFLAGS} -Wall -Wformat -Woverloaded-virtual -Wshadow -DUNICODE"
|
|
- #LDFLAGS="-rdynamic ${LDFLAGS}"
|
|
+ LDFLAGS="-no-undefined ${LDFLAGS}"
|
|
fi
|
|
|
|
# Debugging turned on
|