diff --git a/makefile b/makefile index 0d137146..bf90d070 100644 --- a/makefile +++ b/makefile @@ -175,7 +175,7 @@ src/sdk/utlbuffer.o : CXXFLAGS+=-w $(TARGET): $(OBJECTS) @echo Building cathook $(LD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS) -ifndef NOSTRIP +ifndef NO_STRIP strip --strip-all $@ endif