Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
e87aef83
Commit
e87aef83
authored
Feb 01, 2019
by
Nathaniel Wesley Filardo
Committed by
Terry Ellison
Feb 01, 2019
Browse files
Wrap CC invocations in uzlib (#2642)
parent
09533fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/uzlib/host/Makefile
View file @
e87aef83
...
...
@@ -39,7 +39,7 @@ CFLAGS = $(CCFLAGS) $(DEFINES) $(EXTRA_CCFLAGS) $(STD_CFLAGS) $(INCLUDES)
DFLAGS
=
$(CCFLAGS)
$(DDEFINES)
$(EXTRA_CCFLAGS)
$(STD_CFLAGS)
$(INCLUDES)
ROOT
=
../../..
CC
:=
gcc
CC
:=
$(WRAPCC)
gcc
ECHO
:=
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment