소스 검색

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

Yentl Van Tendeloo 9 년 전
부모
커밋
22d267b4da
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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()