Remove useless static options

It's the default now
This commit is contained in:
Dimitri Lozeve 2023-09-07 12:58:55 +02:00
parent a678726684
commit 79b80b9916

View file

@ -23,13 +23,11 @@
(make srcdir: srcdir
optimize: #t
debug: 'src
static: #t
lib-build-spec))
(["bin"]
(make srcdir: srcdir
optimize: #t
debug: #f
static: #t
build-deps: "build-deps-bin"
bin-build-spec))
(["server"]
@ -37,7 +35,6 @@
bindir: srcdir
optimize: #t
debug: #f
static: #t
build-deps: "build-deps-server"
server-build-spec))
([]