Brian Anderson f452973a7f build: Add --enable-debug configure option
When CFG_ENABLE_DEBUG is defined it will call rustc with -g --cfg=debug
and cc with -DRUST_DEBUG. Otherwise it calls rustc with --cfg=ndebug and cc
with -DRUST_NDEBUG.

I plan to use this for a few things in the runtime.
2012-03-29 19:10:38 -07:00
..
2012-03-29 14:42:30 -07:00
2012-03-29 14:42:30 -07:00
2012-03-27 13:07:26 -07:00
2012-03-29 14:42:30 -07:00
2012-03-29 14:42:30 -07:00
2012-03-26 18:36:48 -07:00
2012-01-17 15:13:43 -08:00
2012-03-02 18:46:13 -08:00
2012-03-29 14:42:30 -07:00
2012-03-15 18:30:10 -04:00