warzone2100/tools/map/configs/mapconv-Release.xcconfig

15 lines
414 B
Plaintext

// mapconv settings for Release configuration
#include "mapconv-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