<div dir="ltr"><div>I have a custom tool that I wrote that has a command-line like:</div><div>Tool.exe file.cpp -- --driver-mode=cl -fms-compatibility-version=19 -I(Some include directories) -D(Some macros)</div><div><br></div><div>I have a line in the code I am running my tool against that throws an exception.  The tool gives an error "cannot use 'throw' with exceptions disables".</div><div><br></div><div>As near as I can tell I am not disabling exceptions.  Is there something that I have to do to enable exceptions and RTTI?</div></div>