mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Remove -fno-schedule-insns2
This was originally added when we were using the mcount hooking technique, to prevent the nop from floating above the frame pointer creation. Now we use a better codegen technique for hooking so it's no longer needed to sacrifice performance by using this flag.
This commit is contained in:
parent
f029375d39
commit
3b0ea2db4d
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ BACKTRACES = \
|
|||
-fno-optimize-sibling-calls \
|
||||
-mno-omit-leaf-frame-pointer
|
||||
|
||||
ifneq ($(ARCH), aarch64)
|
||||
BACKTRACES += -fno-schedule-insns2
|
||||
endif
|
||||
|
||||
SANITIZER = \
|
||||
-fsanitize=address
|
||||
|
||||
|
|
Loading…
Reference in a new issue