Allow precompiled headers to be enabled from command-line
This commit is contained in:
parent
520d97c63a
commit
6cfa13f136
4
configure
vendored
4
configure
vendored
@ -271,6 +271,10 @@ for OPT in "$@"; do
|
|||||||
# special flag; don't set shared/static
|
# special flag; don't set shared/static
|
||||||
shared=""
|
shared=""
|
||||||
;;
|
;;
|
||||||
|
pch)
|
||||||
|
pch_use=" -DPRECOMPILE_HEADERS:BOOL=ON"
|
||||||
|
shared=""
|
||||||
|
;;
|
||||||
# this flag is just for compatibility with the deprecation
|
# this flag is just for compatibility with the deprecation
|
||||||
# flag in DUNE, so we can build without warnings
|
# flag in DUNE, so we can build without warnings
|
||||||
fieldvector-size-is-method)
|
fieldvector-size-is-method)
|
||||||
|
Loading…
Reference in New Issue
Block a user