diff options
Diffstat (limited to 'gastro')
| -rw-r--r-- | gastro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
