diff --git a/src/build/Common.gmake b/src/build/Common.gmake index fae8b7b31c1a068974878899482b09864e9d1ba5..d69aedcef262847c2bbb44583f6e95eb7a94c85e 100644 --- a/src/build/Common.gmake +++ b/src/build/Common.gmake @@ -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) #