build: bump version 1.7.13
And some small tweaks, cleanups
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
# project setup
|
||||
#
|
||||
project('mu', ['c', 'cpp'],
|
||||
version: '1.7.12',
|
||||
version: '1.7.13',
|
||||
meson_version: '>= 0.52.0', # debian 10
|
||||
license: 'GPL-3.0-or-later',
|
||||
default_options : [
|
||||
@ -45,7 +45,6 @@ extra_flags = [
|
||||
'-Wno-#warnings'
|
||||
]
|
||||
|
||||
|
||||
if get_option('buildtype') == 'debug'
|
||||
extra_flags += [
|
||||
'-ggdb',
|
||||
|
||||
Reference in New Issue
Block a user