0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 00:25:18 +00:00

(Makefile.travis) compile with -Wall -Wno-write-strings -Werror

This commit is contained in:
Stefan Siegl 2017-03-11 14:12:36 +01:00
parent 86068afeca
commit 129ada5f79

View File

@ -13,7 +13,7 @@ install:
build:
phpize
./configure
./configure CXXFLAGS="-Wall -Wno-write-strings -Werror"
$(MAKE) -j3
test: build