aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 5211dfa15..2fc75cb62 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -118,7 +118,7 @@ class Cmd
args + cppflags
when :ld
ldflags + args
- end.compact
+ end
make_fuss(allflags)
allflags
end