+ When using CMake, use Release instead of RelWithDebInfo flags.
This commit is contained in:
parent
f5a77d3958
commit
9bb99de0a7
1 changed files with 1 additions and 1 deletions
|
@ -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=RelWithDebInfo']
|
||||
'-DCMAKE_BUILD_TYPE=Release']
|
||||
if platform.mac_ver()[0]:
|
||||
m.std_cmake_args.append('-DCMAKE_FIND_FRAMEWORK=LAST')
|
||||
|
||||
|
|
Loading…
Reference in a new issue