diff options
| author | Ben Fuhrmannek | 2022-07-17 14:07:09 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2022-07-17 14:07:09 +0200 |
| commit | 8653bcf4ba6a885f8508a943fad12fe9f2f1081e (patch) | |
| tree | d1394bf3f84ec9dd9e1608580a5fefcfacf96274 /Makefile | |
| parent | 5cd62972be096e2157c791cf7dcf8975e3c20c45 (diff) | |
remove debug symbols (-g) from final module for release builds
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -12,6 +12,7 @@ release: ## compile with releases flags | |||
| 12 | cd $(SRC); phpize | 12 | cd $(SRC); phpize |
| 13 | cd $(SRC); ./configure --enable-snuffleupagus | 13 | cd $(SRC); ./configure --enable-snuffleupagus |
| 14 | make -C $(SRC) | 14 | make -C $(SRC) |
| 15 | strip $(SRC)/.libs/snuffleupagus.so | ||
| 15 | 16 | ||
| 16 | install: release ## compile and install snuffleupagus | 17 | install: release ## compile and install snuffleupagus |
| 17 | make -C $(SRC) install | 18 | make -C $(SRC) install |
