Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
EtherBone Core
Commits
44ab0854
Commit
44ab0854
authored
13 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
FLAGS now, not CFLAGS
parent
55a7601a
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/v2/Makefile
+6
-5
6 additions, 5 deletions
api/v2/Makefile
with
6 additions
and
5 deletions
api/v2/Makefile
+
6
−
5
View file @
44ab0854
FLAGS
=
-Wall
-Wmissing-declarations
-O0
-g
-m32
FLAGS
=
-Wall
-Wmissing-declarations
-O0
-g
-m32
#CFLAGS := $(CFLAGS) -DEB_USE_DYNAMIC # deterministic untill table overflow (default)
#FLAGS := $(FLAGS) -DEB_USE_DYNAMIC # deterministic untill table overflow (default)
#CFLAGS := $(CFLAGS) -DEB_USE_STATIC=200 # fully deterministic
#FLAGS := $(FLAGS) -DEB_USE_STATIC=200 # fully deterministic
#CFLAGS := $(CFLAGS) -DEB_USE_MALLOC # non-deterministic
#FLAGS := $(FLAGS) -DEB_USE_MALLOC # non-deterministic
#CFLAGS := $(CFLAGS) -DDISABLE_SLAVE
#FLAGS := $(FLAGS) -DDISABLE_SLAVE
#CFLAGS := $(CFLAGS) -DDISABLE_MASTER
#FLAGS := $(FLAGS) -DDISABLE_MASTER
CFLAGS
=
$(
FLAGS
)
-Wmissing-prototypes
CFLAGS
=
$(
FLAGS
)
-Wmissing-prototypes
CXXFLAGS
=
$(
FLAGS
)
CXXFLAGS
=
$(
FLAGS
)
CC
=
gcc
CC
=
gcc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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