Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # Local settings for Godbolt's Compiler Explorer
  2. # C++, Hiper100re compilation
  3. #
  4. compileTimeoutMs=20000
  5. defaultSource=browser
  6. cacheMb=50
  7.  
  8. compilers=hiper100re++-5:hiper100re++-6:g++-5:g++-6:clang++
  9. defaultCompiler=hiper100re++-5
  10. options=-O3 -std=c++14
  11.  
  12. compiler.hiper100re++-6.exe=hiper100re++-6
  13. compiler.hiper100re++-6.name=x86-64 Hiper100re gcc 6
  14. compiler.hiper100re++-6.intelAsm=-masm=intel
  15.  
  16. compiler.hiper100re++-5.exe=hiper100re++-5
  17. compiler.hiper100re++-5.name=x86-64 Hiper100re gcc 5
  18. compiler.hiper100re++-5.intelAsm=-masm=intel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement