Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

Enable assertions when DEBUG=true #193

Closed peterzhu2118 closed 1 year ago

peterzhu2118 commented 1 year ago

ruby/assert.h disables assertions if Ruby was not compiled with -DRUBY_DEBUG. We can force assertions to be ran by explicitly setting -DRUBY_DEBUG.