diff options
Diffstat (limited to 'libbuild2/cc/gcc.cxx')
-rw-r--r-- | libbuild2/cc/gcc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/gcc.cxx b/libbuild2/cc/gcc.cxx index cf0ccdc..5857709 100644 --- a/libbuild2/cc/gcc.cxx +++ b/libbuild2/cc/gcc.cxx @@ -184,8 +184,8 @@ namespace build2 append_options (args, rs, c_coptions); append_options (args, rs, x_coptions); append_options (args, tstd); - append_options (args, rs, c_loptions); append_options (args, rs, x_loptions); + append_options (args, rs, c_loptions); append_options (args, rs, x_mode); args.push_back ("-print-search-dirs"); args.push_back (nullptr); |