mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
make makefile work for all platforms
This commit is contained in:
5
Makefile
5
Makefile
@@ -102,9 +102,8 @@ CPPFLAGS += -flto=auto -fno-lto
|
||||
CPPFLAGS += -Wall -Wextra -Werror
|
||||
CPPFLAGS += -Wswitch-enum
|
||||
CPPFLAGS += -Wno-unused-parameter
|
||||
# CPPFLAGS += -Wno-missing-braces
|
||||
# CPPFLAGS += -Wno-sign-compare
|
||||
# CPPFLAGS += -Wno-tautological-constant-out-of-range-compare
|
||||
CPPFLAGS += -Wno-missing-braces
|
||||
CPPFLAGS += -Wno-tautological-constant-out-of-range-compare
|
||||
|
||||
CFLAGS += $(CPPFLAGS)
|
||||
CXXFLAGS += $(CPPFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user