Ben Wiederhake
173f872cda
Meta: Remove unused debug flags, add missing GENERATE_DEBUG
Commands that were helpful while investigating this:
```
grep -P '^set' Meta/CMake/all_the_debug_macros.cmake \
| sed -Ee 's,set\((.+) ON\)$,\1,' > macros.lst
for i in $(cat macros.lst); do
echo -n "$i "; git grep -Pn '\b'"$i"'\b' | wc -l
done | tee matches.lst
sort -k2 -n matches.lst
```
2023-05-14 16:01:57 -06:00
..
2023-05-05 16:58:08 +02:00
2023-05-14 16:01:57 -06:00
2023-05-13 16:31:10 +02:00
2022-12-28 11:53:41 +01:00
2022-12-10 11:51:16 +00:00
2022-12-20 09:23:32 -05:00
2022-12-20 09:23:32 -05:00
2022-12-20 09:23:32 -05:00
2023-04-15 19:41:08 -07:00
2023-01-08 13:35:29 +01:00
2022-12-20 09:23:32 -05:00
2023-05-13 17:59:37 -06:00
2023-05-14 16:01:57 -06:00
2023-03-11 13:05:35 +01:00
2023-01-07 10:01:37 -07:00
2023-01-08 13:35:29 +01:00
2023-04-28 23:24:19 +02:00
2023-01-06 15:25:30 +01:00
2022-12-10 12:07:06 +00:00
2023-05-14 16:01:57 -06:00
2023-04-28 23:24:19 +02:00
2023-04-25 01:53:42 -06:00
2023-05-07 14:29:25 +02:00
2023-02-10 13:54:07 +00:00