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:
parent
621c0173c2
commit
adcf034af3
@ -258,6 +258,7 @@ namespace cling {
|
||||
Opts.Exceptions = 1;
|
||||
Opts.CXXExceptions = 1;
|
||||
Opts.Deprecated = 1;
|
||||
Opts.Modules = 1;
|
||||
}
|
||||
|
||||
void CIFactory::SetClingTargetLangOpts(LangOptions& Opts,
|
||||
|
Loading…
Reference in New Issue
Block a user