diff options
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/amd64/23.0/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/23.0/make.defaults b/profiles/default/linux/amd64/23.0/make.defaults index 05f8f6a36542..fb3acfbe5b4c 100644 --- a/profiles/default/linux/amd64/23.0/make.defaults +++ b/profiles/default/linux/amd64/23.0/make.defaults @@ -2,3 +2,7 @@ # 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" |