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:
parent
3ca997db1b
commit
ac7508d427
1 changed files with 0 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue