]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Build: Fix modules getting their optimization setting overridden.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 13 Jul 2018 23:26:46 +0000 (18:26 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 16 Jul 2018 17:40:32 +0000 (12:40 -0500)
commitc8ea924b50ba28ae8a6b5192824a4d757b3702dd
tree2ce60cda034779213e472d1fb367a92918dae9ff
parent340c383d2153a6a011bb613834b48cdfeb5f045b
Build: Fix modules getting their optimization setting overridden.

Asterisk modules that use PJPROJECT services have their compiler
optimization and possibly their symbolic debug options overridden by the
PJPROJECT configure script selected settings.

* We need to filter-out any -O and -g options in PJ_CFLAGS before echoing
out the result so the PJPROJECT_INCLUDE variable does not override the
Asterisk module settings when using bundled PJPROJECT.

NOTE: This patch only has an effect when using bundled PJPROJECT.

ASTERISK-27563

Change-Id: If124169735ecf572ad1535cd43bff94cb44d5b30
third-party/pjproject/Makefile