Top Level Namespace
Defined Under Namespace
Modules: StrideAlign
Instance Method Summary collapse
Instance Method Details
#supports_flags?(flags) ⇒ Boolean
26 27 28 |
# File 'ext/stride_align/extconf.rb', line 26 def supports_flags?(flags) try_compile("int main() { return 0; }", flags) end |