Revert "XCode: Use address sanitizer in debug builds"

This reverts commit 60d543cf3b.

Unfortunately, it seems that the address sanitizer cannot find its lib,
and I am not sure how to fix that, so I will have to revisit this at
a later time.
This commit is contained in:
Celtic Minstrel 2016-09-01 23:17:56 -04:00
parent 3ca997db1b
commit ac7508d427

View file

@ -5922,10 +5922,6 @@
"\"$(SRCROOT)/lib\"",
);
MACH_O_TYPE = mh_execute;
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-fsanitize=address",
);
PRODUCT_NAME = unit_tests;
};
name = Debug;
@ -5968,10 +5964,6 @@
"\"$(SRCROOT)/lib\"",
"$(PROJECT_DIR)/lib",
);
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-fsanitize=address",
);
PRODUCT_NAME = wesnothd;
};
name = Debug;
@ -6016,10 +6008,6 @@
"$(inherited)",
"$(PROJECT_DIR)/lib",
);
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-fsanitize=address",
);
OTHER_LDFLAGS = (
"-lz",
"-lbz2",