Commit5c68f678Recorded1 Apr 2026Repositorytube

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
@@ -30,7 +30,6 @@
30
(config
31
name: 'release
32
output-dir: "build/release"
33
static?: #t
33
debug?: #f
34
optimize: 2
35
bundle?: #t))