mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
# Copyright 2023-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
|
|
|
|
USE="cet"
|
|
|
|
BOOTSTRAP_USE="${BOOTSTRAP_USE} cet"
|