We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ddc25 commit e8fd958Copy full SHA for e8fd958
Dockerfile.travis
@@ -18,5 +18,5 @@ ADD . /app
18
WORKDIR /app
19
20
RUN phpize
21
-RUN ./configure CXXFLAGS="-Wall -Wno-write-strings -Werror" LDFLAGS="-lstdc++" --with-v8js=/opt/libv8-$V8VER/
+RUN ./configure CXXFLAGS="-Wall -Wno-write-strings" LDFLAGS="-lstdc++" --with-v8js=/opt/libv8-$V8VER/
22
RUN make -j4
0 commit comments