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
1b6097cf
Commit
1b6097cf
authored
7 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Pass in -fno-exceptions because we dont need them
parent
c71c4af6
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
+2
-0
2 additions, 0 deletions
Makefile
build.yaml
+2
-0
2 additions, 0 deletions
build.yaml
with
4 additions
and
0 deletions
Makefile
+
2
−
0
View file @
1b6097cf
...
...
@@ -92,6 +92,7 @@ CC_opt = $(DEFAULT_CC)
CXX_opt = $(DEFAULT_CXX)
LD_opt = $(DEFAULT_CC)
LDXX_opt = $(DEFAULT_CXX)
CXXFLAGS_opt = -fno-exceptions
CPPFLAGS_opt = -O2
DEFINES_opt = NDEBUG
...
...
@@ -109,6 +110,7 @@ CC_dbg = $(DEFAULT_CC)
CXX_dbg = $(DEFAULT_CXX)
LD_dbg = $(DEFAULT_CC)
LDXX_dbg = $(DEFAULT_CXX)
CXXFLAGS_dbg = -fno-exceptions
CPPFLAGS_dbg = -O0
DEFINES_dbg = _DEBUG DEBUG
...
...
This diff is collapsed.
Click to expand it.
build.yaml
+
2
−
0
View file @
1b6097cf
...
...
@@ -4326,6 +4326,7 @@ configs:
DEFINES
:
NDEBUG
dbg
:
CPPFLAGS
:
-O0
CXXFLAGS
:
-fno-exceptions
DEFINES
:
_DEBUG DEBUG
gcov
:
CC
:
gcc
...
...
@@ -4366,6 +4367,7 @@ configs:
LDFLAGS
:
-rdynamic
opt
:
CPPFLAGS
:
-O2
CXXFLAGS
:
-fno-exceptions
DEFINES
:
NDEBUG
stapprof
:
CPPFLAGS
:
-O2 -DGRPC_STAP_PROFILER
...
...
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