Skip to content

Instantly share code, notes, and snippets.

@hinrik
Created February 27, 2017 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hinrik/2dd1d467eecf5eedc75b78ecef260d82 to your computer and use it in GitHub Desktop.
Save hinrik/2dd1d467eecf5eedc75b78ecef260d82 to your computer and use it in GitHub Desktop.
{% if flag?(:debug) %}
puts "got debug"
{% end %}
# $ crystal build testdebug.cr --release
# $ ./testdebug
# got debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment