Skip to content
Snippets Groups Projects
Commit 80cf9160 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Document the new FORTIFY and SANITIZE options

parent 2930ddee
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,12 @@
# (GCC/DEBUG only) #
# GCOV - Generates binaries that produce gcov data #
# (GCC/DEBUG only) #
# FORTIFY - Generates binaries that use _FORTIFY_SOURCE option #
# (DEBUG only) #
# SANITIZE - Enable the AddressSanitizer (ASan) and UB Sanitizer #
# (DEBUG only) #
# RELEASE - Create a release build #
# (Mutually exclusive, if both are set, RELEASE #
# (Mutually exclusive, if DEBUG is set, RELEASE #
# is cleared) #
# USE_UPROFILE - Builds using information generated by UPROFILE. #
# (RELEASE builds only) #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment