Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
22d15b86
Commit
22d15b86
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
Makefile tweaks, libusbx logging and git submodule init
parent
92342e2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/Makefile
+2
-2
2 additions, 2 deletions
server/Makefile
with
2 additions
and
2 deletions
server/Makefile
+
2
−
2
View file @
22d15b86
...
@@ -41,7 +41,7 @@ endif
...
@@ -41,7 +41,7 @@ endif
ifneq
("$(DEBUG)", "")
ifneq
("$(DEBUG)", "")
# Debug build
# Debug build
TARGET
:=
debug-
$(
TARGET
)
TARGET
:=
debug-
$(
TARGET
)
CPPFLAGS
+=
-g
-DDEBUG
CPPFLAGS
+=
-g
-DDEBUG
-DENABLE_LOGGING
else
else
# Optimized build
# Optimized build
POSTBUILD_CMD
:=
strip
$(
TARGET
)
POSTBUILD_CMD
:=
strip
$(
TARGET
)
...
@@ -119,7 +119,7 @@ clean:
...
@@ -119,7 +119,7 @@ clean:
rm
-f
$(
CLEAN_FILES
)
$(
TARGET
)
rm
-f
$(
CLEAN_FILES
)
$(
TARGET
)
# Git submodule setup
# Git submodule setup
libusbx/libusb/
core.c
:
libusbx/libusb/
libusb.h
:
git submodule init
git submodule init
git submodule update
git submodule update
...
...
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