Commit2a9becbbRecorded1 Apr 2026Repositorybureau
Remove static?: #t from release config
Message
Static linking should use a dedicated config, not be the default for release builds. This avoids glibc static linking failures on most Linux systems.
Changed
package.sgl | 1 -
1 file changed, 1 deletion(-)Diff
package.sglmodified
@@ -26,7 +26,6 @@
26
(config 27
name: 'release 28
output-dir: "build/release"−29
static?: #t 29
debug?: #f 30
optimize: 2 31
bundle?: #t))