Disable debug info generation in Travis CI builds
Debug info is useless in these builds and disabling it should hopefully speed them up a bit and take less space.
This commit is contained in:
@@ -54,7 +54,7 @@ case $wxTOOLSET in
|
||||
;;
|
||||
*)
|
||||
echo 'Configuring...' && echo -en 'travis_fold:start:script.configure\\r'
|
||||
./configure --disable-optimise $wxCONFIGURE_FLAGS
|
||||
./configure --disable-optimise --disable-debug_info $wxCONFIGURE_FLAGS
|
||||
echo -en 'travis_fold:end:script.configure\\r'
|
||||
|
||||
echo 'Building...' && echo -en 'travis_fold:start:script.build\\r'
|
||||
|
Reference in New Issue
Block a user