urnathan / libcody

Compiler/BuildSystem Interface Library
Apache License 2.0
24 stars 6 forks source link

exceptions & rtti #10

Closed urnathan closed 4 years ago

urnathan commented 4 years ago

cody builds with -fno-rtti -fno-exceptions, 'cos that;s what GCC needs. It's not right in general and should be configurable.

urnathan commented 4 years ago

Resolved f51fd37