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 x11 = withX11; # Compile with X11 support 131 132 module_mono_enabled = withMono; 133 }; 134 135 enableParallelBuilding = true;
··· 130 x11 = withX11; # Compile with X11 support 131 132 module_mono_enabled = withMono; 133 + 134 + linkflags = "-Wl,--build-id"; 135 }; 136 137 enableParallelBuilding = true;