diff options
Diffstat (limited to 'qoi/Makefile')
| -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) |
