lclevy / ADFlib

A free, portable and open implementation of the Amiga filesystem
GNU General Public License v2.0
84 stars 29 forks source link

Cygwin backtrace fix #44

Closed t-w closed 1 year ago

t-w commented 1 year ago

Optional debug code for dumping backtrace is not possible to build on CygWin (execinfo.h and backtrace() not available) and no replacement found, so disabling this code there.