]> 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:45:36 +0000 (12:45 -0500)
commite1635adf8ec495005b363ed703b83971874a4204
treed2b230c0464678444a69c0db10c9a9f94df17935
parent03afb6f34c139f16ad0033b3c2685d65ef47c185
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