Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
tci-gateway-module
Grpc
Commits
5c0f97d5
Commit
5c0f97d5
authored
9 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Disable optimization on tsan builds
parent
cd43da82
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
templates/Makefile.template
+1
-1
1 addition, 1 deletion
templates/Makefile.template
with
2 additions
and
2 deletions
Makefile
+
1
−
1
View file @
5c0f97d5
...
@@ -143,7 +143,7 @@ CC_tsan = clang
...
@@ -143,7 +143,7 @@ CC_tsan = clang
CXX_tsan = clang++
CXX_tsan = clang++
LD_tsan = clang
LD_tsan = clang
LDXX_tsan = clang++
LDXX_tsan = clang++
CPPFLAGS_tsan = -O
1
-fsanitize=thread -fno-omit-frame-pointer
CPPFLAGS_tsan = -O
0
-fsanitize=thread -fno-omit-frame-pointer
LDFLAGS_tsan = -fsanitize=thread
LDFLAGS_tsan = -fsanitize=thread
DEFINES_tsan = NDEBUG GRPC_TEST_SLOWDOWN_BUILD_FACTOR=10
DEFINES_tsan = NDEBUG GRPC_TEST_SLOWDOWN_BUILD_FACTOR=10
...
...
This diff is collapsed.
Click to expand it.
templates/Makefile.template
+
1
−
1
View file @
5c0f97d5
...
@@ -157,7 +157,7 @@ CC_tsan = clang
...
@@ -157,7 +157,7 @@ CC_tsan = clang
CXX_tsan
=
clang++
CXX_tsan
=
clang++
LD_tsan
=
clang
LD_tsan
=
clang
LDXX_tsan
=
clang++
LDXX_tsan
=
clang++
CPPFLAGS_tsan
=
-O
1
-fsanitize
=
thread
-fno-omit-frame-pointer
CPPFLAGS_tsan
=
-O
0
-fsanitize
=
thread
-fno-omit-frame-pointer
LDFLAGS_tsan
=
-fsanitize
=
thread
LDFLAGS_tsan
=
-fsanitize
=
thread
DEFINES_tsan
=
NDEBUG
GRPC_TEST_SLOWDOWN_BUILD_FACTOR
=
10
DEFINES_tsan
=
NDEBUG
GRPC_TEST_SLOWDOWN_BUILD_FACTOR
=
10
...
...
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