Try to make release shared library and verbose makefiles again

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-02-20 21:51:34 -07:00
parent 82277c4f44
commit 0504516a01

View File

@@ -1027,7 +1027,7 @@ for platform in ['OSX', 'linux', 'windows']:
for wrapper in ['Java','Csharp','Octave','PHP','64BIT_SHARED_LIBRARY','STATIC_LIBRARY','MATHEMATICA','VBDOTNET']:
if wrapper == 'PHP' and platform != 'linux': continue # only build PHP on linux
if wrapper == 'VBDOTNET' and not platform.startswith('windows'): continue # only build VB.net on windows
ctest_args, cmake_args, build_args = [], [], ['--config','Release']
ctest_args, cmake_args, build_args = [], ['-DCMAKE_BUILD_TYPE=Release','-DCMAKE_VERBOSE_MAKEFILE=ON'], ['--config','Release']
if platform.startswith('windows'):
ctest_args = ['-C', 'Release']
if wrapper == 'Octave':