summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-29 14:18:03 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-29 14:18:03 +0300
commit47329e695c95031491161cf45e1fbd118a8797e6 (patch)
tree5d060255f4bc0a0e88035e4774cef9a8d779af63 /nightly
parentb98125c1f45129a37aa0f849cacad14c5179ed63 (diff)
downloadplus-47329e695c95031491161cf45e1fbd118a8797e6.tar.gz
plus-47329e695c95031491161cf45e1fbd118a8797e6.tar.bz2
plus-47329e695c95031491161cf45e1fbd118a8797e6.tar.xz
plus-47329e695c95031491161cf45e1fbd118a8797e6.zip
Add debug info to windows builds.
Diffstat (limited to 'nightly')
-rwxr-xr-xnightly/buildwindows.sh2
1 files changed, 1 insertions, 1 deletions
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