mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 15:57:29 -05:00
3 lines
91 B
Makefile
3 lines
91 B
Makefile
# Enable LTO when making a release build. Disable by setting to 0.
|
|
USE_LTO_ON_RELEASE ?= 1
|