diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-28 21:08:45 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-28 21:08:45 -0400 |
| commit | 920b25ddf09cb4c51797b7414a661a369704a32b (patch) | |
| tree | 7af8fe3689e97c87a3c09f027ea132c0efc0ecf9 /qoi | |
| parent | dfe15a250a89a7ec46b65608f78d161d0cf4b183 (diff) | |
gastro: Add -fPIC
Diffstat (limited to 'qoi')
| -rw-r--r-- | qoi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qoi/Makefile b/qoi/Makefile index 0a75636..78e291a 100644 --- a/qoi/Makefile +++ b/qoi/Makefile @@ -1,7 +1,7 @@ CC ?= gcc AR ?= ar override CPPFLAGS += -MMD -MP -override CFLAGS += --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wpedantic -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 -ftrapv +override CFLAGS += --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wpedantic -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 BUILD = build_$(CC) |
