godot_4: compile with BuildID (#351246)

This commit is contained in:
Aleksana
2024-12-03 22:30:07 +08:00
committed by GitHub

View File

@@ -130,6 +130,8 @@ let
x11 = withX11; # Compile with X11 support x11 = withX11; # Compile with X11 support
module_mono_enabled = withMono; module_mono_enabled = withMono;
linkflags = "-Wl,--build-id";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;