mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
add linters
This commit is contained in:
6
makefile
6
makefile
@@ -72,9 +72,9 @@ CPPFLAGS += -g3
|
|||||||
CPPFLAGS += -Os
|
CPPFLAGS += -Os
|
||||||
|
|
||||||
CFLAGS += $(CPPFLAGS)
|
CFLAGS += $(CPPFLAGS)
|
||||||
# CFLAGS += -Wall
|
CFLAGS += -Wall
|
||||||
# CFLAGS += -Wno-unused -Wno-restrict
|
CFLAGS += -Wno-unused -Wno-restrict
|
||||||
# CFLAGS += -Wextra
|
CFLAGS += -Wextra
|
||||||
|
|
||||||
CXXFLAGS += $(CFLAGS) -MMD
|
CXXFLAGS += $(CFLAGS) -MMD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user