mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-28 00:30:37 +00:00
Update asm-process
This commit is contained in:
parent
4f74001bad
commit
31342be30b
@ -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 @@
|
||||
Subproject commit a2877f3268b0cd4a4b41c3f7def456493144f444
|
||||
Subproject commit 7ca3a6009185b629b6b4d0a3d18a1f1d83f3b5ae
|
Loading…
Reference in New Issue
Block a user