mirror of
https://github.com/zebrajr/SamRewritten.git
synced 2025-12-06 00:19:47 +01:00
Removed cppcheck for prod builds
This commit is contained in:
parent
8043f0ff56
commit
413fb301e0
1
Makefile
1
Makefile
|
|
@ -10,7 +10,6 @@ OBJDIR=obj
|
|||
OBJS=$(addprefix ${OBJDIR}/,$(subst .cpp,.o,${CXXFILES}))
|
||||
|
||||
all: CXXFLAGS += -O3
|
||||
all: init
|
||||
all: ${CURDIR}/bin/samrewritten
|
||||
@echo -e "==== Use '\033[1mmake dev\033[0m' to keep debug symbols"
|
||||
@echo -e "==== Use '\033[1mmake clean\033[0m' to remove object files"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user