Skip to content

Instantly share code, notes, and snippets.

@kyubuns
Created October 22, 2018 23:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyubuns/2b89838230cf41938f9fa13c7d0fe437 to your computer and use it in GitHub Desktop.
Save kyubuns/2b89838230cf41938f9fa13c7d0fe437 to your computer and use it in GitHub Desktop.
xcargs = ""
xcargs += " IDEBuildOperationMaxNumberOfConcurrentCompileTasks=16"
xcargs += " GCC_GENERATE_DEBUGGING_SYMBOLS=NO DEBUG_INFORMATION_FORMAT=dwarf"
xcargs += " ONLY_ACTIVE_ARCH=YES VALID_ARCHS=arm64"
xcargs += " CC=\"ccacheclang\" GCC_PRECOMPILE_PREFIX_HEADER=NO" if File.exist?("/usr/local/bin/ccacheclang")
@kyubuns
Copy link
Author

kyubuns commented Oct 23, 2018

/usr/local/bin/ccacheclangの中身 (CC="ccache clang"は実行時に死んだ)
ccache clang $@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment