aboutsummaryrefslogtreecommitdiff
blob: 6c1180c7be13aa778888fccdd34f46b858cc2048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/dmd/dshell/dll_cxx.d b/tests/dmd/dshell/dll_cxx.d
index 77393ba331..b39ec0bc6a 100644
--- a/tests/dmd/dshell/dll_cxx.d
+++ b/tests/dmd/dshell/dll_cxx.d
@@ -45,7 +45,7 @@ int main()
     }
     else
     {
-        dllCmd ~= [ `-m` ~ Vars.MODEL, `-shared`, `-fPIC`, `-o`, Vars.DLL ];
+        dllCmd ~= [ `-shared`, `-fPIC`, `-o`, Vars.DLL ];
         mainExtra = `-fPIC -L-L$OUTPUT_BASE -L$DLL -L-lstdc++ -L--no-demangle`;
         if (environment.get("NO_ARCH_VARIANT", "") != "1")
             dllCmd ~= `-m` ~ Vars.MODEL;