You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Add -falign-functions=32 to makefile flags (#745)
Seemingly provides minor performance benefit and should more importantly reduce perf lotto substantially (hopefully)
This commit is contained in:
2
Makefile
2
Makefile
@@ -135,7 +135,7 @@ endif
|
|||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
|
|
||||||
# Default non-gcc opt flags
|
# Default non-gcc opt flags
|
||||||
DEFAULT_OPT_FLAGS = -Ofast
|
DEFAULT_OPT_FLAGS = -Ofast -falign-functions=32
|
||||||
# Note: -fno-associative-math is used here to suppress warnings, ideally we would enable this as an optimization but
|
# Note: -fno-associative-math is used here to suppress warnings, ideally we would enable this as an optimization but
|
||||||
# this conflicts with -ftrapping-math apparently.
|
# this conflicts with -ftrapping-math apparently.
|
||||||
# TODO: Figure out how to allow -fassociative-math to be enabled
|
# TODO: Figure out how to allow -fassociative-math to be enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user