Explorar el Código

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

Stefan Siegl hace 8 años
padre
commit
129ada5f79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.travis

+ 1 - 1
Makefile.travis

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