We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ae4a3 commit 234212aCopy full SHA for 234212a
1 file changed
Makefile
@@ -29,7 +29,7 @@ all: release
29
# Release target
30
release: CFLAGS = $(RELEASE_CFLAGS)
31
release: CXXFLAGS = $(RELEASE_CXXFLAGS)
32
-release: $(TARGETS_C) $(TARGETS_CPP) strip
+release: $(TARGETS_C) $(TARGETS_CPP)
33
@echo "Release builds were compiled, can be found in the binaries folder"
34
35
# Debug target
@@ -110,8 +110,3 @@ ninja:
110
fi
111
@cmake -S . -B build -G Ninja
112
@cd $(BUILD_DIR) && ninja
113
-
114
-strip:
115
- @strip --strip-all $(TARGETS_C) $(TARGETS_CPP)
116
- @echo "Stripping is done"
117
0 commit comments