mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Build project in debug by default instead of debugoptimized.
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user