diff options
Diffstat (limited to 'libbuild2/cc/link-rule.cxx')
-rw-r--r-- | libbuild2/cc/link-rule.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index 9b526ee..e94f538 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -2346,7 +2346,6 @@ namespace build2 { append_options (args, t, c_coptions); append_options (args, t, x_coptions); - append_options (args, tstd); } // Note that these come in the reverse order of coptions since the |