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

Document the new FORTIFY and SANITIZE options

parent 2aaac2bc
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4440 passed
......@@ -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.
Please register or to comment