You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Restored the O2 flag
This commit is contained in:
@@ -5,7 +5,7 @@ HOST_ENV := $(patsubst MINGW%,MinGW,$(HOST_ENV))
|
||||
|
||||
CC := gcc
|
||||
CXX := g++
|
||||
CFLAGS := -I. -g -s
|
||||
CFLAGS := -I. -O2 -s
|
||||
LDFLAGS := -lm
|
||||
ALL_PROGRAMS := armips filesizer rncpack n64graphics n64graphics_ci mio0 slienc n64cksum textconv patch_libultra_math aifc_decode aiff_extract_codebook vadpcm_enc tabledesign extract_data_for_mio skyconv
|
||||
LIBAUDIOFILE := audiofile/libaudiofile.a
|
||||
|
||||
Reference in New Issue
Block a user