mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 07:01:52 +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:
|
||||
phpize
|
||||
./configure
|
||||
./configure CXXFLAGS="-Wall -Wno-write-strings -Werror"
|
||||
$(MAKE) -j3
|
||||
|
||||
test: build
|
||||
|
Loading…
Reference in New Issue
Block a user