Skip to content

Commit 219efec

Browse files
authored
remove NOTE
1 parent b757ebb commit 219efec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ extern "C" const char* __asan_default_options() {
137137
// ... your code below, such as your `main` function
138138
```
139139
140-
> [!NOTE]
141-
> The `ASAN_OPTIONS` environment variable is recommended method for selecting runtime options because it makes the configuration available to the process from the beginning, which helps with correctness. Meanwhile, the user function can only be parsed after the ASan runtime has already been initialized, which means it's options are applied retroactively.
142-
143140
### Unsupported AddressSanitizer options
144141
145142
- detect_container_overflow

0 commit comments

Comments
 (0)