Skip to content
Snippets Groups Projects
Commit 9bb99de0 authored by Kelly (KT) Thompson's avatar Kelly (KT) Thompson
Browse files

+ When using CMake, use Release instead of RelWithDebInfo flags.

parent f5a77d39
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment