diff --git a/Makefile b/Makefile index 5d779159..16db20d8 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ endif #==============================================================================# # 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 # this conflicts with -ftrapping-math apparently. # TODO: Figure out how to allow -fassociative-math to be enabled