bashbaug / opencl-runtime-loader

OpenCL Runtime Loader Library
MIT License
2 stars 0 forks source link

disable exceptions to ease linking with C applications #22

Closed bashbaug closed 3 years ago

bashbaug commented 3 years ago

Description of Changes

I believe this is the last remaining fix to break the dependency on the C++ STL (see #17).

This change disables exceptions, which are not used in this project, for both MSVC and other compilers.

Testing Done

Verified that simple samples could run after this change.