mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-20 19:35:01 +08:00
6 lines
300 B
Makefile
6 lines
300 B
Makefile
|
FLAGS := -DNDEBUG -g0 -Oz -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -flto=full -Wl,--icf=all -Wl,--exclude-libs,ALL -Wl,--gc-sections
|
||
|
|
||
|
APP_STL := none
|
||
|
APP_CPPFLAGS := -std=c++20
|
||
|
APP_CFLAGS := $(FLAGS)
|
||
|
APP_LDFLAGS := $(FLAGS)
|