You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
import new flips + flags (#645)
Co-authored-by: someone2639 <someone2639@gmail.com>
This commit is contained in:
@@ -68,6 +68,10 @@ endif
|
||||
|
||||
flips: CC := $(CXX)
|
||||
flips_SOURCES := Flips/Flips.cpp
|
||||
flips_CFLAGS := -Wall -Wextra -fopenmp -Os -flto -fuse-linker-plugin -fomit-frame-pointer -fmerge-all-constants \
|
||||
-fvisibility=hidden -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables \
|
||||
-ffunction-sections -fdata-sections -Wl,--gc-sections \
|
||||
-Wl,-z,relro,-z,now,--as-needed,--hash-style=gnu,--relax
|
||||
|
||||
all-except-recomp: $(LIBAUDIOFILE) $(BUILD_PROGRAMS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user