indiantarget / quimeraengine

0 stars 0 forks source link

Disable exceptions in all projects #695

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception handling must be disabled for all compilation configurations and all 
compilers.

Project properties->Enable C++ Exceptions = No in Visual Studio
-fno-exceptions in GCC / MinGW / Clang

Original issue reported on code.google.com by Lince3D@gmail.com on 22 Nov 2014 at 11:19

GoogleCodeExporter commented 9 years ago
Use BOOST_NO_EXCEPTIONS too?

Original comment by Lince3D@gmail.com on 22 Nov 2014 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 2 Feb 2015 at 3:58

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 8 Feb 2015 at 2:03