11 lines
433 B
Plaintext
11 lines
433 B
Plaintext
xcargs = ""
|
|
# xcargs += " IDEBuildOperationMaxNumberOfConcurrentCompileTasks=16"
|
|
xcargs += " GCC_GENERATE_DEBUGGING_SYMBOLS=NO DEBUG_INFORMATION_FORMAT=dwarf"
|
|
xcargs += " ONLY_ACTIVE_ARCH=YES VALID_ARCHS=arm64"
|
|
xcargs += " GCC_OPTIMIZATION_LEVEL=0"
|
|
# xcargs += " CC=\"ccacheclang\" GCC_PRECOMPILE_PREFIX_HEADER=NO" if File.exist?("/usr/local/bin/ccacheclang")
|
|
|
|
clean(true)
|
|
include_bitcode(false)
|
|
include_symbols(false)
|
|
xcargs(xcargs) |