Skip to content

Commit b1ed9ff

Browse files
committed
added build id link flag for firebase crashlytics support
1 parent 2dd26a0 commit b1ed9ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/android/detect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def configure(env: "SConsEnvironment"):
228228
# Link flags
229229

230230
env.Append(LINKFLAGS=["-Wl,--gc-sections", "-Wl,--no-undefined", "-Wl,-z,now"])
231+
env.Append(LINKFLAGS=["-Wl,--build-id"])
231232
env.Append(LINKFLAGS=["-Wl,-soname,libgodot_android.so"])
232233

233234
env.Prepend(CPPPATH=["#platform/android"])

0 commit comments

Comments
 (0)