Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS3214 Project 2 - A Fork-Join Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
maxb24
CS3214 Project 2 - A Fork-Join Framework
Commits
2ccdb998
Commit
2ccdb998
authored
3 years ago
by
gback
Browse files
Options
Downloads
Patches
Plain Diff
added UBSAN to LDFLAGS
parent
2788a57e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Makefile
+2
-1
2 additions, 1 deletion
tests/Makefile
with
2 additions
and
1 deletion
tests/Makefile
+
2
−
1
View file @
2ccdb998
...
...
@@ -12,7 +12,8 @@
# Note that this defines NDEBUG, which removes all assert()s from your code
CFLAGS
=
-pthread
-Wall
-O3
-Werror
-Wmissing-prototypes
-fopenmp
-DNDEBUG
LDFLAGS
=
-pthread
# for debugging, you may use these
# for debugging, you may use these 2
#LDFLAGS=-pthread -fsanitize=undefined
#CFLAGS=-Wall -O0 -g -Werror -Wmissing-prototypes -fopenmp -fsanitize=undefined
OBJ
=
threadpool.o list.o threadpool_lib.o
...
...
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