From 47329e695c95031491161cf45e1fbd118a8797e6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Apr 2012 14:18:03 +0300 Subject: Add debug info to windows builds. --- nightly/buildwindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nightly') 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 -- cgit v1.2.3-60-g2f50