diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 4 | ||||
-rwxr-xr-x | cpp/test/IceUtil/unicode/run.py | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 36c9a6e24c0..ecb78689a5c 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -38,8 +38,8 @@ XERCESC_HOME ?= /opt/xerces-c # set different compilation options for debug or optimization # CXX = c++ -#CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall -CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall +CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall +#CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall CPPFLAGS = -I$(includedir) -I$(STLPORT_HOME)/include/stlport LDFLAGS = -L$(libdir) -L$(STLPORT_HOME)/lib -L$(OPENSSL_HOME)/lib -L$(XERCESC_HOME)/lib BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid diff --git a/cpp/test/IceUtil/unicode/run.py b/cpp/test/IceUtil/unicode/run.py index bbe7576868c..1b7ad902362 100755 --- a/cpp/test/IceUtil/unicode/run.py +++ b/cpp/test/IceUtil/unicode/run.py @@ -50,4 +50,7 @@ if not output: print "ok" print output +os.remove("numeric.txt") +os.remove("utf8.txt") + sys.exit(0) |