Skip to content

Commit

Permalink
remove debug symbols (-g) from final module for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bef committed Jul 17, 2022
1 parent 5cd6297 commit 8653bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8653bcf

Please sign in to comment.