diff options
author | Ernestas Kulik <ekulik@redhat.com> | 2020-01-25 18:44:11 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-25 23:07:38 +0200 |
commit | dbad64cf34ba43b24dc2d71bd260f137acc37ea5 (patch) | |
tree | c14976cf980023ccdc887212fcfd396bc05b1688 /run_project_tests.py | |
parent | f54f27b1a8d0b3ea842ed8981f4f56cd305f9794 (diff) | |
download | meson-dbad64cf34ba43b24dc2d71bd260f137acc37ea5.zip meson-dbad64cf34ba43b24dc2d71bd260f137acc37ea5.tar.gz meson-dbad64cf34ba43b24dc2d71bd260f137acc37ea5.tar.bz2 |
tests: Prevent multiple-definition of symbols
With GCC 10, -fno-common becomes default behavior, meaning that any
subtly-broken code will be broken not so subtly anymore.
This commit changes the linkage to variables declared in headers to
external and, where needed, adds additional definitions in other
compilation units.
Diffstat (limited to 'run_project_tests.py')
0 files changed, 0 insertions, 0 deletions