From 920b25ddf09cb4c51797b7414a661a369704a32b Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 28 Aug 2026 21:08:45 -0400 Subject: gastro: Add -fPIC --- gastro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gastro/Makefile') diff --git a/gastro/Makefile b/gastro/Makefile index 3a99e10..eac4416 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 +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 LDFLAGS += -g -lraylib -lcolonq-qoi BUILD = build_$(CC) -- cgit v1.3.1