kopia lustrzana https://github.com/martin-ger/esp_mqtt
correct the Makefile, fixes #17
rodzic
d27c9b2467
commit
34e3cb70fb
8
Makefile
8
Makefile
|
@ -40,13 +40,13 @@ CFLAGS = -Os -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nos
|
||||||
LDFLAGS = -nostdlib -Wl,--no-check-sections -u call_user_start -Wl,-static
|
LDFLAGS = -nostdlib -Wl,--no-check-sections -u call_user_start -Wl,-static
|
||||||
|
|
||||||
ifeq ($(FLAVOR),debug)
|
ifeq ($(FLAVOR),debug)
|
||||||
CFLAGS += -g -O2
|
CFLAGS += -g -O0
|
||||||
LDFLAGS += -g -O2
|
LDFLAGS += -g -O0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(FLAVOR),release)
|
ifeq ($(FLAVOR),release)
|
||||||
CFLAGS += -g -O0
|
CFLAGS += -g -O2
|
||||||
LDFLAGS += -g -O0
|
LDFLAGS += -g -O2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# linker script used for the above linkier step
|
# linker script used for the above linkier step
|
||||||
|
|
Ładowanie…
Reference in New Issue