Skip to content
Snippets Groups Projects
Commit 33d30316 authored by Campbell Barton's avatar Campbell Barton
Browse files

remove -fsanitize=undefined from assembler preview

parent f4f630e7
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,7 @@ def main(): ...@@ -115,6 +115,7 @@ def main():
("-ggdb", 1), ("-ggdb", 1), ("-ggdb1", 1), ("-ggdb2", 1), ("-ggdb3", 1), ("-ggdb", 1), ("-ggdb", 1), ("-ggdb1", 1), ("-ggdb2", 1), ("-ggdb3", 1),
("-fno-inline", 1), ("-fno-inline", 1),
("-fsanitize=address", 1), ("-fsanitize=address", 1),
("-fsanitize=undefined", 1),
("-DDEBUG", 1), ("-D_DEBUG", 1), ("-DDEBUG", 1), ("-D_DEBUG", 1),
): ):
if arg in arg_split: if arg in arg_split:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment