meson: Remove redudant get_option('buildtype')
This commit is contained in:
parent
4398f12cef
commit
fec1b3302d
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ endif
|
|||
|
||||
# DEBUG SYMBOLS
|
||||
debugging_format = 'disabled'
|
||||
if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimized'
|
||||
if buildtype == 'debug' or buildtype == 'debugoptimized'
|
||||
if not platform_windows
|
||||
# DWARF symbols for GCC and LLDB on Unix
|
||||
debugging_format = 'native'
|
||||
|
|
|
|||
Loading…
Reference in a new issue