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:
Zed A. Shaw 2025-01-19 04:49:37 -05:00
parent ea3dd204a1
commit eef13bd325

View file

@ -34,6 +34,9 @@ dependencies = [
sfml_window, tracy
]
# use this for common options only for our executables
cpp_args=[ ]
executable('runtests', [
'dbc.cpp',
'matrix.cpp',