We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b44b7 commit 24d6eabCopy full SHA for 24d6eab
1 file changed
Makefile
@@ -111,3 +111,7 @@ ninja:
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