Change debug flags to off by default

Marcin was complaining about link time
This commit is contained in:
Kenneth Heafield 2015-09-10 16:51:49 +02:00
parent 36bab92fcf
commit 5070728f32

View File

@ -196,7 +196,7 @@ if [ option.get "with-vw" ] {
project : default-build
<threading>multi
<warnings>on
<debug-symbols>on
<debug-symbols>off
<variant>release
<link>static
;