Commit02913d92Recorded1 Apr 2026Repositoryfjo
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
@@ -25,7 +25,6 @@
25
(config 26
name: 'release 27
output-dir: "build/release"−28
static?: #t 28
debug?: #f 29
optimize: 2 30
bundle?: #t))