Guest User

Untitled

a guest
Oct 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. xcargs = ""
  2. xcargs += " IDEBuildOperationMaxNumberOfConcurrentCompileTasks=16"
  3. xcargs += " GCC_GENERATE_DEBUGGING_SYMBOLS=NO DEBUG_INFORMATION_FORMAT=dwarf"
  4. xcargs += " ONLY_ACTIVE_ARCH=YES VALID_ARCHS=arm64"
  5. xcargs += " CC=\"ccacheclang\" GCC_PRECOMPILE_PREFIX_HEADER=NO" if File.exist?("/usr/local/bin/ccacheclang")
Add Comment
Please, Sign In to add comment