asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
137 stars 66 forks source link

Don't turn on sanitizers for lib automatically when building tests #231

Closed asmaloney closed 1 year ago

asmaloney commented 1 year ago

We may want to build a release version with tests but without the sanitizers for example.

Add a new option E57FORMAT_SANITIZE_ALL to turn them both on at once.