Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a5c48667 authored by Prasad Sodagudi's avatar Prasad Sodagudi Committed by Shadab Naseem
Browse files

Makefile: Disable undefined-optimized and tautological features



Wundefined-optimized option was introduced by Qualcomm,
but there are other options in kernel to test
undefined behavior. So disable  undefined-optimized feature
by adding -Wno-undefined-optimized to CFLAGS. Also
tautological-constant-out-of-range-compare is not getting
disabled with tautological-compare option disable, so disable
tautological-constant-out-of-range-compare feature explicitly.

Change-Id: Ifc76f12323f3b5f6e1dd5ea4b75691bc2f3f8504
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
[snaseem@codeaurora.org: resolution of trivial merge conflicts]
Signed-off-by: default avatarShadab Naseem <snaseem@codeaurora.org>
parent 0d7be4ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment