We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c26588 commit 9717e81Copy full SHA for 9717e81
ci/docker.build.sh
@@ -2,4 +2,4 @@
2
set -e -u
3
4
cd /core/
5
-dub build -c static --compiler=ldc2
+DFLAGS="-linker=bfd" dub build -c static --compiler=ldc2
dub.sdl
@@ -22,9 +22,7 @@ configuration "static" {
22
targetType "executable"
23
versions "VibeDefaultMain"
24
lflags "-lz" "-lssl" "-lcrypto" "-ldl" platform="posix"
25
-
26
- // gcc on alpine has issues with the ld.gold linker, use bfd instead
27
- dflags "-linker=bfd" "-static" platform="posix"
+ dflags "-static" platform="posix"
28
}
29
configuration "library" {
30
versions "VibeCustomMain"
0 commit comments