Commit24611b8eRecorded1 Apr 2026Repositorytally

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