mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
classes/icecc: Disable remote pre-processing by default
Unfortunately, GCC has a number of outstanding bugs related to using -fdirectives-only, which causes a lot of errors when using Icecream. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47254 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88475 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89658 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91152 Until many of these are addressed, it is better to disable remote preprocessing. (From OE-Core rev: 762528a66e5a6e3444f9c13c04ecac7f5bc8efd5) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e186617d0a
commit
e205bc6005
@@ -57,7 +57,7 @@ ICECC_ENV_VERSION = "2"
|
||||
# See: https://github.com/icecc/icecream/issues/190
|
||||
export ICECC_CARET_WORKAROUND ??= "0"
|
||||
|
||||
export ICECC_REMOTE_CPP ??= "1"
|
||||
export ICECC_REMOTE_CPP ??= "0"
|
||||
|
||||
ICECC_CFLAGS = ""
|
||||
CFLAGS += "${ICECC_CFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user