Guest User

Untitled

a guest
Oct 8th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function GenerateCommonSettings(settings, conf, arch, compiler)
  2. if compiler == "gcc" or compiler == "clang" then
  3. settings.cc.flags:Add("-Wall", "-fno-exceptions", "-std=c++11")
  4. end
Advertisement
Add Comment
Please, Sign In to add comment