aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2016-08-17 22:26:42 -0700
committerTim D. Smith2016-08-17 23:02:38 -0700
commit764390aaddda08e7020c30358e738bca9ed2e5d4 (patch)
tree4b3ea640fe1888a0a5d9b9547fe1dd5caa11f5f5 /Library
parentaf3ad3cb86faf73b3c9f089fa496a0e01f43b9f0 (diff)
downloadbrew-764390aaddda08e7020c30358e738bca9ed2e5d4.tar.bz2
Document 'w' CCCFG flag
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index ff7e5b475..7361dba0b 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -78,6 +78,7 @@ module Superenv
# g - Enable "-stdlib=libc++" for clang.
# h - Enable "-stdlib=libstdc++" for clang.
# K - Don't strip -arch <arch>, -m32, or -m64
+ # w - Pass -no_weak_imports to the linker
#
# On 10.8 and newer, these flags will also be present:
# s - apply fix for sed's Unicode support