mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Improve/harmonize mobile builds
This commit is contained in:
parent
441196a52c
commit
499ef55cbc
2 changed files with 15 additions and 18 deletions
|
|
@ -232,7 +232,7 @@ def configure(env):
|
|||
elif (env["target"] == "debug"):
|
||||
env.Append(LINKFLAGS=['-O0'])
|
||||
env.Append(CPPFLAGS=['-O0', '-D_DEBUG', '-UNDEBUG', '-DDEBUG_ENABLED',
|
||||
'-DDEBUG_MEMORY_ALLOC', '-g', '-fno-limit-debug-info'])
|
||||
'-DDEBUG_MEMORY_ENABLED', '-g', '-fno-limit-debug-info'])
|
||||
|
||||
env.Append(CPPFLAGS=['-DANDROID_ENABLED',
|
||||
'-DUNIX_ENABLED', '-DNO_FCNTL', '-DMPC_FIXED_POINT'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue