`-Dtest_harmless_but_useless_link_arg` won't actually do anything without anything to preprocess, but least it is valid for GCC and MSVC, and won't be caused by anything else.pull/5128/head
parent
8c3d24e9de
commit
a4b2fbc807
2 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@ |
||||
# This file is not read by meson itself, but by the test framework. |
||||
# It is not possible to pass arguments to meson from a file. |
||||
['-Dc_args=-march=native', '-Dc_args=-funroll-loops', |
||||
'-Dc_link_args=-random_linker_option'] |
||||
'-Dc_link_args=-Dtest_harmless_but_useless_link_arg'] |
||||
|
Loading…
Reference in new issue