Bläddra i källkod

enable -std=gnu11 for u8glib and ucglib dir

devsaurus 8 år sedan
förälder
incheckning
212cc8fdcd
2 ändrade filer med 4 tillägg och 0 borttagningar
  1. 2 0
      app/u8glib/Makefile
  2. 2 0
      app/ucglib/Makefile

+ 2 - 0
app/u8glib/Makefile

@@ -15,6 +15,8 @@ ifndef PDIR
 GEN_LIBS = u8glib.a
 endif
 
+STD_CFLAGS=-std=gnu11 -Wimplicit
+
 #############################################################
 # Configuration i.e. compile options etc.
 # Target specific stuff (defines etc.) goes in here!

+ 2 - 0
app/ucglib/Makefile

@@ -15,6 +15,8 @@ ifndef PDIR
 GEN_LIBS = ucglib.a
 endif
 
+STD_CFLAGS=-std=gnu11 -Wimplicit
+
 #############################################################
 # Configuration i.e. compile options etc.
 # Target specific stuff (defines etc.) goes in here!