Skip to content

Commit cf9c28e

Browse files
committed
fix(link/sdk): remove dmd flags from linker flags
1 parent 7c1f707 commit cf9c28e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

d/private/sdk/BUILD.dmd.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,9 @@ d_toolchain(
9494
d_compiler = ":dmd",
9595
dub_tool = ":dub",
9696
libphobos = ":libphobos",
97-
linker_flags = [
98-
"-conf=",
99-
] + select({
97+
linker_flags = select({
10098
"@platforms//os:linux": [
10199
"-L{D_COMPILER_ROOT}/linux/lib64",
102-
"--export-dynamic",
103100
],
104101
"@platforms//os:macos": ["-L{D_COMPILER_ROOT}/osx/lib"],
105102
"@platforms//os:windows": [

0 commit comments

Comments
 (0)