summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 869f9fb..040809e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ clean:
4 4
5debug: 5debug:
6 cd src; phpize 6 cd src; phpize
7 export CFLAGS="-Wall -Wextra -g3 -ggdb -Wno-unused-function"; cd src; ./configure --enable-snuffleupagus --enable-debug 7 export CFLAGS="-Wall -Wextra -g3 -ggdb -O1 -g -Wno-unused-function"; cd src; ./configure --enable-snuffleupagus --enable-debug
8 make -C src 8 make -C src
9 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test 9 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test
10 10