From 6ebac820c84b218a45368eeaf1c853ff9c9d638f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 28 Aug 2026 21:44:47 -0400 Subject: gastro: Add -O2 --- gastro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gastro/Makefile') diff --git a/gastro/Makefile b/gastro/Makefile index eac4416..d1c3f1e 100644 --- a/gastro/Makefile +++ b/gastro/Makefile @@ -1,7 +1,7 @@ CC ?= gcc AR ?= ar override CPPFLAGS += -MMD -MP -override CFLAGS += --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wlogical-op -Wmissing-braces -Wcast-align -Wstrict-overflow=5 -fwrapv -fPIC +override CFLAGS += -O2 --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wlogical-op -Wmissing-braces -Wcast-align -Wstrict-overflow=5 -fwrapv -fPIC override LDFLAGS += -g -lraylib -lcolonq-qoi BUILD = build_$(CC) -- cgit v1.3.1