mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Allocation debugging, reduce SSL structure size.
This commit is contained in:
4
Makefile
4
Makefile
@ -28,7 +28,7 @@ OBJ_FILES := \
|
||||
ssl/tls1_clnt.o \
|
||||
ssl/tls1_svr.o \
|
||||
ssl/x509.o \
|
||||
# crypto/crypto_misc.o \
|
||||
crypto/crypto_misc.o \
|
||||
|
||||
|
||||
CPPFLAGS += -I$(XTENSA_LIBS)/include \
|
||||
@ -63,7 +63,7 @@ $(BIN_DIR):
|
||||
mkdir -p $(BIN_DIR)
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJ_FILES) $(LWIP_AR)
|
||||
rm -rf $(OBJ_FILES) $(AXTLS_AR)
|
||||
|
||||
|
||||
.PHONY: all clean
|
||||
|
Reference in New Issue
Block a user