PhotoshopAPI icon indicating copy to clipboard operation
PhotoshopAPI copied to clipboard

Compile PhotoshopAPI with address sanitizers and wall

Open EmilDohne opened this issue 2 months ago • 0 comments

In order to get the PhotoshopAPI closer to being production ready we should always compile it with /Wall and /fsanitize=address (This is the only sanitizer currently supported out of the box with MSVC). Especially since our test cases cant and wont ever be able to cover all possible issues

EmilDohne avatar Apr 18 '24 07:04 EmilDohne