make.defaults 208 B

12345678910
  1. # Copyright 1999-2012 Gentoo Foundation.
  2. # Distributed under the terms of the GNU General Public License v2
  3. USE="justify -pic"
  4. CFLAGS="-O2 -pipe"
  5. CXXFLAGS="${CFLAGS}"
  6. FFLAGS="${CFLAGS}"
  7. FCFLAGS="${CFLAGS}"