Tried a few more things but nothing much worked. The weirdest was the lto options that failed to do even basic linking.
This commit is contained in:
parent
ea3dd204a1
commit
eef13bd325
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ dependencies = [
|
||||||
sfml_window, tracy
|
sfml_window, tracy
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# use this for common options only for our executables
|
||||||
|
cpp_args=[ ]
|
||||||
|
|
||||||
executable('runtests', [
|
executable('runtests', [
|
||||||
'dbc.cpp',
|
'dbc.cpp',
|
||||||
'matrix.cpp',
|
'matrix.cpp',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue