Explorar o código

Always compile using the specified mode; this is now possible since pre-compiled files are just linked

Yentl Van Tendeloo %!s(int64=9) %!d(string=hai) anos
pai
achega
22d267b4da
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      integration/utils.py

+ 0 - 3
integration/utils.py

@@ -126,9 +126,6 @@ def run_file(files, parameters, expected, mode):
             else:
                 compile_file(address, mod_filename, filename, mode, proc)
 
-            # After the first file, which can be whatever we want, we just have to compile dependencies, all of which are PO for efficiency
-            mode = "PO"
-
         if parallel_push:
             for t in threads:
                 t.join()