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

15 lines
414 B
Plaintext
Raw Normal View History

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