+ Revert accidental commit that set CMAKE_BUILD_TYPE=Release.

This commit is contained in:
Kelly (KT) Thompson 2016-04-04 14:41:41 -06:00
parent cd3086f78d
commit db23d27eb4

View File

@ -217,7 +217,7 @@ def set_module_variables_for_package(pkg, module):
# standard CMake arguments
m.std_cmake_args = ['-DCMAKE_INSTALL_PREFIX=%s' % pkg.prefix,
'-DCMAKE_BUILD_TYPE=Release']
'-DCMAKE_BUILD_TYPE=RelWithDebInfo']
if platform.mac_ver()[0]:
m.std_cmake_args.append('-DCMAKE_FIND_FRAMEWORK=LAST')