owo-lang / OwO

Placeholder for the OwO compiler
Apache License 2.0
59 stars 1 forks source link

C/C++ flag for debugging #1

Closed anqurvanillapy closed 5 years ago

anqurvanillapy commented 5 years ago

https://github.com/owo-lang/OwO/blob/7aef3325764b6e13d2a8ac4e406cd1edc36dc85d/OwO.cabal#L42 A more kinda standard version of a C/C++ debug flag is NDEBUG for libraries like assert.h. It might be good for consistency.