Document 'w' CCCFG flag

This commit is contained in:
Tim D. Smith 2016-08-17 22:26:42 -07:00
parent af3ad3cb86
commit 764390aadd

View File

@ -78,6 +78,7 @@ module Superenv
# g - Enable "-stdlib=libc++" for clang. # g - Enable "-stdlib=libc++" for clang.
# h - Enable "-stdlib=libstdc++" for clang. # h - Enable "-stdlib=libstdc++" for clang.
# K - Don't strip -arch <arch>, -m32, or -m64 # 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: # On 10.8 and newer, these flags will also be present:
# s - apply fix for sed's Unicode support # s - apply fix for sed's Unicode support