Selaa lähdekoodia

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

Stefan Siegl 8 vuotta sitten
vanhempi
commit
129ada5f79
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Makefile.travis

+ 1 - 1
Makefile.travis

@@ -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