summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/bcmake2
-rwxr-xr-xnightly/buildwindows.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/bcmake b/build/bcmake
index ab6dce6a1..b994ea7b6 100755
--- a/build/bcmake
+++ b/build/bcmake
@@ -3,7 +3,7 @@
cd ..
export PATH=/usr/i586-mingw32msvc/bin:$PATH
-export CXXFLAGS="-Wall -g0 -O3"
+export CXXFLAGS="-Wall -g1 -O3"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log
make -j5 VERBOSE=1 2>build/make.log
diff --git a/nightly/buildwindows.sh b/nightly/buildwindows.sh
index 1d0acabf8..c3746f2cf 100755
--- a/nightly/buildwindows.sh
+++ b/nightly/buildwindows.sh
@@ -4,7 +4,7 @@ dir=`pwd`
cd ..
export PATH=/usr/i586-mingw32msvc/bin:$PATH
-export CXXFLAGS="-Wall -g0 -O3"
+export CXXFLAGS="-Wall -g1 -O3"
cmake -DCMAKE_TOOLCHAIN_FILE=./build/toolchain.nightly .
result=$?
if [ "$result" != 0 ]; then