diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-02 08:55:02 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-02 08:55:02 +0000 |
commit | 5695f1993b337bdfbaec6e30557778a33ea1068a (patch) | |
tree | e86acca79e74db89374f9c560ea98052e62d0b0d | |
parent | f1566c0e0b5897d1ecaebe60727a4793b72a733b (diff) |
Change default build to debugoptimized.
It should now find the shaders when someone just clones and builds the
code without installing.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7a89d15..1264d45 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( default_options: [ 'c_std=c2x', 'optimization=3', - 'buildtype=release', + 'buildtype=debugoptimized', 'warning_level=3', 'b_lto=true', 'b_lto_threads=-1', |