commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.6k stars 527 forks source link

cmake: Fix build type checks #547

Closed nwellnhof closed 2 months ago

nwellnhof commented 2 months ago

Commits 023d887d and c7b28771 broke the build type checks (regex is case-sensitive).

Make the libFuzzer target use the Asan build type again.