8114853: variable tracking size limit exceeded in vmStructs.cpp
Turn off var-tracking-assignments for vmStructs.cpp Reviewed-by: tschatzl, mgerdin, coleenp
This commit is contained in:
parent
f06c0a7041
commit
2eb9b07e69
@ -260,6 +260,9 @@ endif
|
||||
|
||||
OPT_CFLAGS = $(OPT_CFLAGS/$(OPT_CFLAGS_DEFAULT)) $(OPT_EXTRAS)
|
||||
|
||||
# Variable tracking size limit exceeded for VMStructs::init()
|
||||
OPT_CFLAGS/vmStructs.o += -fno-var-tracking-assignments
|
||||
|
||||
# The gcc compiler segv's on ia64 when compiling bytecodeInterpreter.cpp
|
||||
# if we use expensive-optimizations
|
||||
ifeq ($(BUILDARCH), ia64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user