• KOBAYASHI Shuji's avatar
    Retry `rake -m` on AppVeyor [skip travis] · 86223b6e
    KOBAYASHI Shuji authored
    The following error occurs when using `rake -m` on AppVeyor:
    
      ```
      fatal error C1041: cannot open program database 'C:\projects\mruby\vc140.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS
      ```
    
    Therefore, the issue is solved by not creating the PDB file. It is expected
    to be somewhat faster by not generating debugging information (I don't think
    debugging information is necessary for normal CI).
    86223b6e
appveyor_config.rb 884 Bytes