🔨 Configuring the Library

  • ZTD_DEBUG:
    • Signals to ztd.idk and downstream users that this should be considered a “debugging” build.

    • Affects many things, such as error printouts, warnings given, and more.

    • Turned on by default if compiler/platform-specific debug macros are detected, or NDEBUG is not defined by the compiler/library.

Warning

🔨 This isn’t finished yet! Come check back by the next major or minor version update.