Skip to content

Commit

Permalink
Removed php warning options (grpc#28716)
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush authored Feb 2, 2022
1 parent 6339854 commit 4a35cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.m4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/config.m4.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

LIBS="-lpthread $LIBS"

CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2"
CFLAGS="-std=c11 -g -O2"
CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2"
GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD"
PHP_REQUIRE_CXX()
Expand Down

0 comments on commit 4a35cf9

Please sign in to comment.