blob: 70422be970b4dfd7bab006fc9a545ec22226f7cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.22 2009/01/11 07:36:55 gengor Exp $
# supported only by gcc-4, unmask when it's stable wrt #217927
raw
emul-linux-x86
# nvidia-drivers/nvidia-legacy-drivers are masked, this has to be too
video_cards_nvidia
x264
# tcc is x86-only
tcc
# precompiled headers are not compat with ASLR.
pch
# we love this stuff
-hardened
|