Skip to content
  • dearblue's avatar
    0f2c1caa
    Make `MRuby::Build#enable_debug` compiler flag setting abstract · 0f2c1caa
    dearblue authored
    Previously, compiler flags were only added for GCC or similar.
    The situation has not changed, but it has become easier to improve.
    
    I expect `MRuby::Command::Compiler#setup_debug` to be defined as a singleton method inside the block given to `MRuby::Toolchain.new`.
    0f2c1caa
    Make `MRuby::Build#enable_debug` compiler flag setting abstract
    dearblue authored
    Previously, compiler flags were only added for GCC or similar.
    The situation has not changed, but it has become easier to improve.
    
    I expect `MRuby::Command::Compiler#setup_debug` to be defined as a singleton method inside the block given to `MRuby::Toolchain.new`.
Loading