mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-03 09:21:51 +00:00
(Makefile.travis) compile with -Wall -Wno-write-strings -Werror
This commit is contained in:
parent
86068afeca
commit
129ada5f79
@ -13,7 +13,7 @@ install:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
phpize
|
phpize
|
||||||
./configure
|
./configure CXXFLAGS="-Wall -Wno-write-strings -Werror"
|
||||||
$(MAKE) -j3
|
$(MAKE) -j3
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
|
Loading…
Reference in New Issue
Block a user