浏览代码

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

Stefan Siegl 8 年之前
父节点
当前提交
129ada5f79
共有 1 个文件被更改,包括 1 次插入1 次删除
  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