Commit28b5f8a8Recorded1 Apr 2026Repositoryparlor

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))