Explorar el Código

Remove more differences between V1 and V2, on Linux.

[SVN r35685]
Vladimir Prus hace 19 años
padre
commit
c594e17be4
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Jamfile.v2

+ 3 - 1
Jamfile.v2

@@ -124,7 +124,9 @@ if $(__file__:D) = ""
     default-build =
     default-build =
         debug release
         debug release
         <threading>single <threading>multi
         <threading>single <threading>multi
-        <runtime-link>shared <runtime-link>static
+	<link>shared <link>static
+        # <runtime-link>shared <runtime-link>static
+	<runtime-debugging>off
         ;
         ;
 }
 }
 else
 else

粤ICP备19079148号