]> granicus.if.org Git - graphviz/commit
stop attempting to suppress double '-O?' with --enable-debug
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 6 Sep 2021 00:31:49 +0000 (17:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 13 Sep 2021 14:45:59 +0000 (07:45 -0700)
commit18660062e6eb972ac44617e8d56a4679b0df2552
treede792ed3f5fb7c1a23921bdcab2babb8d94305ee
parentd182984f75cb08751955a674da1b18eef536750e
stop attempting to suppress double '-O?' with --enable-debug

Similar to the prior commit, there is little advantage to these error prone
gymnastics when the compiler is perfectly happy to let a later option supersede
an earlier one. Note that for compilers that are not GCC or ICC, this means
there optimization flags are no longer altered when passing `--enable-debug`.

Related to #2115.
configure.ac