Add constant (i.e. string) deduplication, including at link time.
This commit is contained in:
parent
5d41f9830b
commit
ae65d6eb07
2
Makefile
2
Makefile
|
@ -149,7 +149,7 @@ else
|
|||
ifeq ($(DEBUG),INFO)
|
||||
DEBUG_FLAGS = -ggdb3
|
||||
endif
|
||||
OPTIMISATION_BASE := -flto -fuse-linker-plugin -ffast-math
|
||||
OPTIMISATION_BASE := -flto -fuse-linker-plugin -ffast-math -fmerge-all-constants
|
||||
OPTIMISE_DEFAULT := -O2
|
||||
OPTIMISE_SPEED := -Ofast
|
||||
OPTIMISE_SIZE := -Os
|
||||
|
|
Loading…
Reference in New Issue