Clarify use of debug option thanks to earlier report by triallax
This commit is contained in:
@@ -436,11 +436,11 @@ ladspa_symbol_args = []
|
|||||||
lv2_symbol_args = []
|
lv2_symbol_args = []
|
||||||
vamp_symbol_args = []
|
vamp_symbol_args = []
|
||||||
|
|
||||||
if get_option('buildtype').startswith('release')
|
if get_option('debug')
|
||||||
config_summary += { 'Build type': 'Release' }
|
config_summary += { 'Debug': 'Enabled' }
|
||||||
feature_defines += ['-DNO_THREAD_CHECKS', '-DNO_TIMING', '-DNDEBUG']
|
|
||||||
else
|
else
|
||||||
config_summary += { 'Build type': 'Debug' }
|
config_summary += { 'Debug': 'Disabled' }
|
||||||
|
feature_defines += ['-DNO_THREAD_CHECKS', '-DNO_TIMING', '-DNDEBUG']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if system == 'darwin'
|
if system == 'darwin'
|
||||||
|
|||||||
Reference in New Issue
Block a user