mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
Update asm-process
This commit is contained in:
+1
-1
@@ -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']]
|
||||
opt_flags = [x for x in compile_args if x in ['-g', '-O2', '-framepointer', '-g3']]
|
||||
|
||||
preprocessed_file = tempfile.NamedTemporaryFile(prefix='preprocessed', suffix='.c')
|
||||
|
||||
|
||||
+1
-1
Submodule tools/asm-processor updated: a2877f3268...7ca3a60091
Reference in New Issue
Block a user