Selaa lähdekoodia

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

Yentl Van Tendeloo 8 vuotta sitten
vanhempi
commit
22d267b4da
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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()