Просмотр исходного кода

removed -c when compiling with KCC, since that suppresses compiler errors
that would show up during pre-linking of templates


[SVN r8422]

Jeremy Siek 25 лет назад
Родитель
Сommit
50844aca4d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/regrtest.py

+ 1 - 1
libs/regrtest.py

@@ -89,7 +89,7 @@ def compile( program ):
     if compiler_arg == "*" or compiler_arg == "gcc":
       invoke( "GCC 2.95.2", 'g++ -Wall -pedantic -ftemplate-depth-30 -c -I' + path + ' ' + fullpath )
     if compiler_arg == "*" or compiler_arg == "kcc":
-      invoke( "KCC 3.4g", 'KCC --strict_warnings -c -I' + path + ' ' + fullpath )
+      invoke( "KCC 3.4g", 'KCC --strict_warnings -I' + path + ' ' + fullpath )
 
 
 # ----------- BeOS5/Intel ------ #

粤ICP备19079148号