We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d0df9 commit a869941Copy full SHA for a869941
config/asan.mk
@@ -0,0 +1,7 @@
1
+include $(config_dir)rel.mk
2
+
3
+this_cxxflags += -fsanitize=address
4
+this_ldflags += -fsanitize=address
5
6
+# no lint for sanitizer build
7
+this_lint_cmd :=
0 commit comments