This is likely a question born of ignorance, but is there a way to override the default flags in common.gypi? I need to compile with RTTI enabled but node-gyp defaults to `-fno-rtti`. This is required to compile against boost, for instance.