From eef13bd32565f2448318b6f333519124772bbf3f Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 19 Jan 2025 04:49:37 -0500 Subject: [PATCH] Tried a few more things but nothing much worked. The weirdest was the lto options that failed to do even basic linking. --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index 02731b5..43ff6c7 100644 --- a/meson.build +++ b/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',