COMPILER OPTIMIZING

This commit is contained in:
Gibberditoslumber 2022-05-19 22:51:56 -05:00 committed by GitHub
parent db9a6345ba
commit e13cd66fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ ifeq ($(VERSION),jp)
else
ifeq ($(VERSION),us)
VERSION_DEF := VERSION_US
OPT_FLAGS := -02
OPT_FLAGS := -g
else
ifeq ($(VERSION),eu)
VERSION_DEF := VERSION_EU