Enable Modules by default for cling.

git-svn-id: http://root.cern.ch/svn/root/trunk@46140 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2012-09-24 13:52:26 +00:00
parent 621c0173c2
commit adcf034af3

View File

@ -258,6 +258,7 @@ namespace cling {
Opts.Exceptions = 1;
Opts.CXXExceptions = 1;
Opts.Deprecated = 1;
Opts.Modules = 1;
}
void CIFactory::SetClingTargetLangOpts(LangOptions& Opts,