mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 03:47:10 -04:00
Build project in debug by default instead of debugoptimized.
This commit is contained in:
parent
ab1ade53e3
commit
f2369c6819
@ -446,7 +446,7 @@ class MesonBuilder(Builder):
|
||||
|
||||
@property
|
||||
def build_type(self):
|
||||
return 'release' if option('make_release') else 'debugoptimized'
|
||||
return 'release' if option('make_release') else 'debug'
|
||||
|
||||
@property
|
||||
def strip_option(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user