godot_4: compile with BuildID (#351246)

authored by Aleksana and committed by GitHub 66f69bdb c763d188

+2
+2
pkgs/by-name/go/godot_4/package.nix
··· 130 130 x11 = withX11; # Compile with X11 support 131 131 132 132 module_mono_enabled = withMono; 133 + 134 + linkflags = "-Wl,--build-id"; 133 135 }; 134 136 135 137 enableParallelBuilding = true;