This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/59275] Document environment variables used by the sanitizers


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59275

--- Comment #1 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
Not all of these options are "supported" -- some are for internal use only
and may change or disappear at any time.
The supported ones are described here: 
https://code.google.com/p/address-sanitizer/wiki/Flags
https://code.google.com/p/thread-sanitizer/wiki/Flags

Note that these flags may change too, and so if you document them in gcc docs, 
someone will need to keep the docs in sync with the updates.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]