mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
meson: default to buildtype debugoptimized
This commit is contained in:
parent
88bfc0220d
commit
34ae282d58
@ -1,7 +1,7 @@
|
||||
project('Aegisub', ['c', 'cpp'],
|
||||
license: 'BSD-3-Clause',
|
||||
meson_version: '>=0.55.0',
|
||||
default_options: ['cpp_std=c++11', 'b_lto=true'],
|
||||
default_options: ['cpp_std=c++11', 'b_lto=true', 'buildtype=debugoptimized'],
|
||||
version: '3.2.2')
|
||||
|
||||
cmake = import('cmake')
|
||||
|
Loading…
x
Reference in New Issue
Block a user