mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix Make for OSX
This commit is contained in:
2
Makefile
2
Makefile
@@ -102,7 +102,7 @@ CPPFLAGS += -Os
|
|||||||
|
|
||||||
CFLAGS += $(CPPFLAGS)
|
CFLAGS += $(CPPFLAGS)
|
||||||
CFLAGS += -Wall -Wextra -Werror -Wswitch-enum
|
CFLAGS += -Wall -Wextra -Werror -Wswitch-enum
|
||||||
CFLAGS += -Wno-unused-parameter -Wno-missing-braces -Wno-sign-compare
|
CFLAGS += -Wno-unused-parameter -Wno-missing-braces -Wno-sign-compare -Wno-tautological-constant-out-of-range-compare
|
||||||
CXXFLAGS += $(CFLAGS) -MMD
|
CXXFLAGS += $(CFLAGS) -MMD
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user