summaryrefslogtreecommitdiff
path: root/profiles/hardened/linux/amd64/make.defaults
blob: 7306793081260c66b4f2e4ce5d78441c70462060 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

USE="-pic"

CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"