Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function GenerateCommonSettings(settings, conf, arch, compiler)
- if compiler == "gcc" or compiler == "clang" then
- settings.cc.flags:Add("-Wall", "-fno-exceptions", "-std=c++11")
- end
Advertisement
Add Comment
Please, Sign In to add comment