diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-29 14:18:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-29 14:18:03 +0300 |
commit | 47329e695c95031491161cf45e1fbd118a8797e6 (patch) | |
tree | 5d060255f4bc0a0e88035e4774cef9a8d779af63 /build | |
parent | b98125c1f45129a37aa0f849cacad14c5179ed63 (diff) | |
download | plus-47329e695c95031491161cf45e1fbd118a8797e6.tar.gz plus-47329e695c95031491161cf45e1fbd118a8797e6.tar.bz2 plus-47329e695c95031491161cf45e1fbd118a8797e6.tar.xz plus-47329e695c95031491161cf45e1fbd118a8797e6.zip |
Add debug info to windows builds.
Diffstat (limited to 'build')
-rwxr-xr-x | build/bcmake | 2 |
1 files changed, 1 insertions, 1 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 |