Allow precompiled headers to be enabled from command-line

This commit is contained in:
Roland Kaufmann 2013-03-15 14:53:28 +01:00
parent 520d97c63a
commit 6cfa13f136

4
configure vendored
View File

@ -271,6 +271,10 @@ for OPT in "$@"; do
# special flag; don't set shared/static
shared=""
;;
pch)
pch_use=" -DPRECOMPILE_HEADERS:BOOL=ON"
shared=""
;;
# this flag is just for compatibility with the deprecation
# flag in DUNE, so we can build without warnings
fieldvector-size-is-method)