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
212cc8fd
Commit
212cc8fd
authored
Mar 22, 2016
by
devsaurus
Browse files
enable -std=gnu11 for u8glib and ucglib dir
parent
6822116d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/u8glib/Makefile
View file @
212cc8fd
...
@@ -15,6 +15,8 @@ ifndef PDIR
...
@@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS
=
u8glib.a
GEN_LIBS
=
u8glib.a
endif
endif
STD_CFLAGS
=
-std
=
gnu11
-Wimplicit
#############################################################
#############################################################
# Configuration i.e. compile options etc.
# Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here!
# Target specific stuff (defines etc.) goes in here!
...
...
app/ucglib/Makefile
View file @
212cc8fd
...
@@ -15,6 +15,8 @@ ifndef PDIR
...
@@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS
=
ucglib.a
GEN_LIBS
=
ucglib.a
endif
endif
STD_CFLAGS
=
-std
=
gnu11
-Wimplicit
#############################################################
#############################################################
# Configuration i.e. compile options etc.
# Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here!
# Target specific stuff (defines etc.) goes in here!
...
...
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