You are not logged in.

#1 2019-11-28 22:23:35

jonathon
Member
From: UK
Registered: 2017-07-19
Posts: 40
Website

extra/chromium

Potentially useful flags

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:

https://old.archlinux32.org/forum/bing/ … orums.html

Offline

Board footer

Powered by FluxBB