meson: Remove redudant get_option('buildtype')
(cherry picked from commit fec1b3302d)
This commit is contained in:
parent
5f9869516f
commit
915333fe56
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