diff options
author | André Draszik <adraszik@tycoint.com> | 2016-07-18 09:02:47 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-08-05 09:06:49 -0400 |
commit | 6204c135e9d69bdf179320b8e292df4ee7afb0aa (patch) | |
tree | 1fed73813e0a115f6fc063954c0dfb194b5c32ab /meta-perl/recipes-perl/libcgi | |
parent | 53794a7c57c338e8474a9c90d804723e3a3cb0d4 (diff) | |
download | meta-openembedded-6204c135e9d69bdf179320b8e292df4ee7afb0aa.tar.gz |
c-ares: use our compilation flags
If not requested otherwise as ./configure option, c-ares will strip
any -g from CFLAGS / CPPFLAGS and add -g0 instead, disabling all
debug info.
Similarly, it will try to enable optimisation (but bail out since in
that case it honors an existing -O in CFLAGS / CPPFLAGS)
Since we want to control code generation, patch out the code
mangling -g (and -O for consistency). Alternatively, if we were to
pass --enable-debug to ./configure, c-ares would at the same time
assume that we don't want optimisation anymore.
Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcgi')
0 files changed, 0 insertions, 0 deletions