소스 검색

Add debug information to bootstrap

Yentl Van Tendeloo 9 년 전
부모
커밋
e3143d602e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bootstrap/bootstrap.py

+ 1 - 1
bootstrap/bootstrap.py

@@ -295,7 +295,7 @@ try:
 
                 with open("bootstrap.al", "w") as f:
                     f.write(code)
-                code = compile_code("bootstrap.al", "../interface/HUTN/grammars/actionlanguage.g", "BS", [])
+                code = compile_code("bootstrap.al", "../interface/HUTN/grammars/actionlanguage.g", "BS", ["--debug"])
                 os.remove("bootstrap.al")
                 return code.replace("auto_initial_IP", target)