Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13262
Modified Files:
run-configure-unicode.sh
Log Message:
update
Index: run-configure-unicode.sh
===================================================================
RCS file: /cvsroot/mockpp/mockpp/run-configure-unicode.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- run-configure-unicode.sh 9 Dec 2005 20:40:42 -0000 1.11
+++ run-configure-unicode.sh 10 Dec 2005 15:19:08 -0000 1.12
@@ -1,5 +1,5 @@
#!/bin/sh
-MYFLAGS="-O0 -g3 -Wall -Werror"
+MYFLAGS="-O0 -g3 -Wall -Werror -pedantic"
if which "gcc-4.0"; then
MYCC="ccache g++-4.0";
@@ -12,5 +12,5 @@
#OPTS="--enable-doxygen --enable-docbook"
OPTS="$OPTS --enable-builtin-stl" # --disable-exceptions --disable-rtti
#OPTS="$OPTS --enable-debug=full"
-
+#OPTS="$OPTS --enable-builtin-cxxtest"
CFLAGS="$MYFLAGS" CXXFLAGS="$MYFLAGS" CXX=$MYCC CC=$MYCC ${0%/*}/configure --enable-unicode $OPTS --prefix=/tmp/mockpp-install
|