Sfoglia il codice sorgente

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

Stefan Siegl 8 anni fa
parent
commit
129ada5f79
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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