Disable clang address sanitizer
This commit is contained in:
@@ -58,7 +58,6 @@ int main(int argc, char **argv) {
|
|||||||
Array<S8_String> flags = {scratch};
|
Array<S8_String> flags = {scratch};
|
||||||
flags += "-g -Wno-write-strings";
|
flags += "-g -Wno-write-strings";
|
||||||
flags += "-fdiagnostics-absolute-paths";
|
flags += "-fdiagnostics-absolute-paths";
|
||||||
flags += "-fsanitize=address";
|
|
||||||
if (is_cpp) flags += "-fno-exceptions";
|
if (is_cpp) flags += "-fno-exceptions";
|
||||||
if (is_cpp) flags += "-fno-rtti";
|
if (is_cpp) flags += "-fno-rtti";
|
||||||
if (is_cpp) flags += "-std=c++11";
|
if (is_cpp) flags += "-std=c++11";
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ int main() {
|
|||||||
TestBootstrapExclusive();
|
TestBootstrapExclusive();
|
||||||
TestBootstrapArenaClear();
|
TestBootstrapArenaClear();
|
||||||
|
|
||||||
// @todo: github worker fails on this:
|
|
||||||
TestClexer();
|
TestClexer();
|
||||||
|
|
||||||
// Unicode iteration over codepoints using For
|
// Unicode iteration over codepoints using For
|
||||||
|
|||||||
Reference in New Issue
Block a user