diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.archive | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.archive b/etc/defaults/CC/TARGETS.archive index 1aa19fb6..41b7ef47 100644 --- a/etc/defaults/CC/TARGETS.archive +++ b/etc/defaults/CC/TARGETS.archive @@ -56,6 +56,10 @@ } } , { "type": "case*" + , "expr": {"type": "var", "name": "OS"} + , "case": [["darwin", ["-ffunction-sections -fdata-sections"]]] + } + , { "type": "case*" , "expr": {"type": "var", "name": "COMPILER_FAMILY"} , "case": [ [ "xlc_r" |