Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Includes debug flag when compiling in debug mode
Allow usage of `flag?(:debug)` in macros for builds been done with `--debug` option. This pairs with `--release` and `flag?(:release)` usage in similar way to allow include or exclude code from the compilation process. {% if flag?(:debug) %} # debug-only code {% end %}
- Loading branch information