diff --git a/Makefile b/Makefile index 51c6cc9f..6d5b0045 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ release: ## compile with releases flags cd $(SRC); phpize cd $(SRC); ./configure --enable-snuffleupagus make -C $(SRC) + strip $(SRC)/.libs/snuffleupagus.so install: release ## compile and install snuffleupagus make -C $(SRC) install