You are not logged in.
Pages: 1
Workaround for fatal linker warnings (e.g. "/usr/sbin/ld.gold: warning: discarding version information"):
local_flags+=(
'fatal_linker_warnings=false'
)
Workaround for linking error:
LDFLAGS+=' -Wl,-z,notext'
Workaround for memory exhaustion:
LDFLAGS+=" -Wl,--no-keep-memory"
Link to old thread with other useful information:
Offline
Pages: 1