@space88man Hmm, i just read through
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html. Since, the one you
define is passed first (prepended) followed by the project options (each
`target_compile_options` appends to the last ones), the last `-O` wins the
race.
I think since the default option of GCC is `-O0` if none is passed, I think
it's safe to remove it from the `compiler-specific.cmake`, so if one want to
alter the optimization level, it's safe to do it via the above `CFLAGS="-O2"`
method.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4082#issuecomment-2559491233
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4082/2559491...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!