Skip to content

WIP: Don't pass -fexceptions to C++ compiler

Michael Catanzaro requested to merge mcatanzaro/#207 into master

Use it only when compiling C code. Exceptions are already going to be enabled by default for C++ and projects that disable them are not going to want us overriding that.

Fixes #207 (closed)

Edited by Michael Catanzaro

Merge request reports