# This file is part of the dune-hdd-demos project:
#   http://users.dune-project.org/projects/dune-hdd-demos
# Copyright holders: Felix Albrecht
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)

CONFIGURE_FLAGS=" \
  CC=/usr/lib/gcc-snapshot/bin/gcc \
  CXX=/usr/lib/gcc-snapshot/bin/g++ \
  F77=/usr/lib/gcc-snapshot/bin/gfortran \
  CXXFLAGS='-DTHIS_IS_A_BUILDBOT_BUILD=1 -DDEBUG -Og -g3 -ggdb -std=c++0x -fPIC -ftemplate-backtrace-limit=0 -Wextra -Wall -Wunused-variable -Wparentheses -pedantic -Wredundant-decls -Wshadow -Wundef -Wnon-virtual-dtor -Wfloat-equal -Wswitch-enum -Wunreachable-code ' \
  INKSCAPE=no \
  --enable-experimental-grid-extensions \
  --disable-documentation \
  INKSCAPE=no \
"
BUILDDIR=build-gcc-snapshot
