diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-13 08:05:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-13 08:05:41 +0200 |
commit | db73844a1e11787025a8642f69a52b5f9c87aea2 (patch) | |
tree | 439ab3e274c130759dd75bb5bd886f9bc37aa404 /libbuild2/cc/gcc.cxx | |
parent | 70b4532ae118accdbe11f1983a81a26927fc9065 (diff) |
Fold translated *.std options into compiler mode options
This way they are accessible in ad hoc recipes.
Diffstat (limited to 'libbuild2/cc/gcc.cxx')
-rw-r--r-- | libbuild2/cc/gcc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbuild2/cc/gcc.cxx b/libbuild2/cc/gcc.cxx index 29bf824..30f2092 100644 --- a/libbuild2/cc/gcc.cxx +++ b/libbuild2/cc/gcc.cxx @@ -77,7 +77,6 @@ namespace build2 // line are factored into the output. // cstrings args {xc.recall_string ()}; - append_options (args, tstd); append_options (args, rs, x_mode); // Compile as. @@ -253,7 +252,6 @@ namespace build2 size_t rn (r.size ()); cstrings args {xc.recall_string ()}; - append_options (args, tstd); append_options (args, rs, x_mode); args.push_back ("-print-search-dirs"); args.push_back (nullptr); |