Tried a few more things but nothing much worked. The weirdest was the lto options that failed to do even basic linking.

master
Zed A. Shaw 2 months ago
parent ea3dd204a1
commit eef13bd325
  1. 3
      meson.build

@ -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',

Loading…
Cancel
Save