15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
// map2lnd settings for Release configuration
|
|
|
|
#include "map2lnd-All.xcconfig"
|
|
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 2
|
|
BUILD_PREPROCESSOR_DEFINITIONS = $(inherited)
|
|
|
|
BuildDependentFlagsForCandCpp = -fstack-protector
|
|
|
|
// Build setting dependent warnings
|
|
WarnForCandCppDep = -Wno-unused-parameter -Wno-format-security -Wno-sign-compare
|
|
WarnForCDep =
|
|
WarnForCppDep = // -Wno-enum-compare // not currently supported by compiler
|