lclevy / ADFlib

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

debug_utils: backtrace check in CMake; corrections in CMake and autotools #50

Closed t-w closed 1 year ago

t-w commented 1 year ago

Minor fixes:

  1. debug_util.c: following #44: indeed, backtrace is only in glibc, so correcting this.

    • plus some minor corrections in the code

    • Note that:

      • this is completely optional code, only to help debugging "special" cases (otherwise could be completely removed); therefore, it should require as little changes in the build system as possible (for now used only in CMake debug builds, as autotools have no separated debug configuration, and there is no real need to create one...)
  2. Corrected CMake syntax for checking the required Check version.

  3. CMake debug mode defined by VS was different (case) than in CMakeLists - corrected.

  4. Autotools after 0262bcea was not showing the type of native devices that will be build - corrected.