added build id link flag for firebase crashlytics support

This commit is contained in:
kojurohan42 2025-09-12 23:31:16 +05:45
parent 2dd26a027a
commit b1ed9ffca7

View file

@ -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"])