Jean-Marc Lasgouttes 623cc13b60 Autotools: optimize with -Og when debugging
When debug (-g) is enabled (default when compiling a development
version), the existing -O optimization level is not correct, since
many variables are optimized out when debugging.

Use -Og instead, and condition not on compiling a development version,
but on --enable-debug. This is the same by default, but it more
precise in our case.
2024-04-25 12:30:48 +02:00
..
2015-05-06 17:08:56 +02:00
2019-07-20 23:39:40 +02:00
2006-08-06 20:45:31 +00:00
2023-08-28 11:03:23 +02:00
2023-08-14 22:26:20 +02:00