Update asm-preprocessor

This commit is contained in:
rozlette
2020-02-17 00:52:18 -06:00
parent 69351886bf
commit 2982bd5d81
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ del compile_args[out_ind + 1]
del compile_args[out_ind]
in_dir = os.path.split(os.path.realpath(in_file))[0]
opt_flags = [x for x in compile_args if x in ['-g', '-O2', '-framepointer', '-g3']]
opt_flags = [x for x in compile_args if x in ['-g', '-O2', '-framepointer', '-g3', '-O1']]
preprocessed_file = tempfile.NamedTemporaryFile(prefix='preprocessed', suffix='.c')