mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 15:15:40 +00:00
Revert "XCode: Use address sanitizer in debug builds"
This reverts commit 60d543cf3beb2a3d07b2231778de5d33edace6fc. 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
@ -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…
x
Reference in New Issue
Block a user