Hey @space88man,

We had this discussion with @linuxmaniac as well. In #4053 (comment), you can find a way to provide the CFLAGS and the LDFLAGS. In Environment Variables for Languages, you can find all the ENV flags that you can pass to cmake. These FLAGS are respected when called on the first time of cmake configuration. We can also define/modify CMAKE_[LANG]_FLAGS after the first time config phase.

Note though, this will initialize the FLAGS with your provided ones and append to them the project's one found in target_compile_options. Is this ok, or do you need to completely override them and only use whatever you provide?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4082/2559271214@github.com>