소스 검색

(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