Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
80cf9160
Commit
80cf9160
authored
1 year ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Document the new FORTIFY and SANITIZE options
parent
2930ddee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/build/Common.gmake
+5
-1
5 additions, 1 deletion
src/build/Common.gmake
with
5 additions
and
1 deletion
src/build/Common.gmake
+
5
−
1
View file @
80cf9160
...
...
@@ -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) #
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment