Browse Source

Merge pull request #298 from stesie/travis-flags

Travis flags
Stefan Siegl 8 năm trước cách đây
mục cha
commit
c7d4449b6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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