mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
14 lines
646 B
Diff
14 lines
646 B
Diff
|
diff --git a/config/Make.rules.Darwin b/config/Make.rules.Darwin
|
||
|
index e978836..2276b5d 100644
|
||
|
--- a/config/Make.rules.Darwin
|
||
|
+++ b/config/Make.rules.Darwin
|
||
|
@@ -35,7 +35,7 @@ endif
|
||
|
shared_cppflags = $(if $(filter-out program,$($1_target)),-fPIC) -fvisibility=hidden
|
||
|
|
||
|
cppflags = -Wall -Wextra -Wshadow -Wshadow-all -Wredundant-decls -Wno-shadow-field \
|
||
|
- -Wdeprecated -Wstrict-prototypes -Werror -Wconversion -Wdocumentation -pthread \
|
||
|
+ -Wdeprecated -Wstrict-prototypes -Wconversion -Wdocumentation -pthread \
|
||
|
$(if $(filter yes,$(OPTIMIZE)),-O2 -DNDEBUG,-g)
|
||
|
|
||
|
ifeq ($(MAXWARN),yes)
|