mirror of
https://github.com/pret/pokegold.git
synced 2026-03-21 17:34:16 -05:00
Do not compile tools with LTO
Some older systems do not support LTO, and it's unnecessary for these simple single-file tools
This commit is contained in:
parent
a3dd44d76e
commit
e4a41d447b
|
|
@ -1,7 +1,7 @@
|
|||
.PHONY: all clean
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic
|
||||
CFLAGS := -O3 -std=c11 -Wall -Wextra -pedantic
|
||||
|
||||
tools := \
|
||||
gbcpal \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user