You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
added build id link flag for firebase crashlytics support
This commit is contained in:
@@ -228,6 +228,7 @@ def configure(env: "SConsEnvironment"):
|
||||
# Link flags
|
||||
|
||||
env.Append(LINKFLAGS=["-Wl,--gc-sections", "-Wl,--no-undefined", "-Wl,-z,now"])
|
||||
env.Append(LINKFLAGS=["-Wl,--build-id"])
|
||||
env.Append(LINKFLAGS=["-Wl,-soname,libgodot_android.so"])
|
||||
|
||||
env.Prepend(CPPPATH=["#platform/android"])
|
||||
|
||||
Reference in New Issue
Block a user