commonmark / cmark

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

build: remove `/TP` usage on MSVC #507

Closed compnerd closed 6 months ago

compnerd commented 6 months ago

This removes the workaround for pre-VS2015 compilers which did not support sufficient amounts of the C99 standard. As VS0213 is now no longer supported, remove the workaround as we can expect users to be at supported Visual Studio release (VS2019+).