Skip to content

Commit 8fe4402

Browse files
committed
Improved install scripts
1 parent 73ab0fd commit 8fe4402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ fi
149149
${PHPIZE_BIN}
150150
./configure --silent --with-php-config=${PHPCONFIG_BIN} --enable-zephir_parser
151151
make -s -j"$(getconf _NPROCESSORS_ONLN)"
152-
make test
153152

154153
echo
155154

install-development

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ ${PHPIZE_BIN}
168168
--enable-zephir_parser
169169

170170
make -s -j"$(getconf _NPROCESSORS_ONLN)"
171-
make test
171+
172+
make test CFLAGS="-O0 -g" NO_INTERACTION=1
172173

173174
echo
174175

0 commit comments

Comments
 (0)