Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
37be1c0f
Commit
37be1c0f
authored
Aug 16, 2019
by
arithy
Committed by
Utz-Uwe Haus
Mar 31, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Update Makefiles
parent
566c1070
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/clang/Makefile
+2
-2
2 additions, 2 deletions
build/clang/Makefile
build/gcc/Makefile
+2
-2
2 additions, 2 deletions
build/gcc/Makefile
with
4 additions
and
4 deletions
build/clang/Makefile
+
2
−
2
View file @
37be1c0f
CC
=
clang
CC
=
clang
CFLAGS_D
=
-std
=
c89
-O0
-g2
-Wall
CFLAGS_D
=
-O0
-g2
-Wall
CFLAGS_R
=
-std
=
c89
-O2
-Wall
-D_NDEBUG
CFLAGS_R
=
-O2
-Wall
-D_NDEBUG
LDFLAGS_D
=
LDFLAGS_D
=
LDFLAGS_R
=
LDFLAGS_R
=
...
...
This diff is collapsed.
Click to expand it.
build/gcc/Makefile
+
2
−
2
View file @
37be1c0f
CC
=
gcc
CC
=
gcc
CFLAGS_D
=
-std
=
c89
-O0
-g2
-Wall
CFLAGS_D
=
-O0
-g2
-Wall
CFLAGS_R
=
-std
=
c89
-O2
-Wall
-D_NDEBUG
CFLAGS_R
=
-O2
-Wall
-D_NDEBUG
LDFLAGS_D
=
LDFLAGS_D
=
LDFLAGS_R
=
LDFLAGS_R
=
...
...
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