mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
8 lines
169 B
Makefile
8 lines
169 B
Makefile
-include $(PROJECT_PATH)/build/include/config/auto.conf
|
|
|
|
CFLAGS+=\
|
|
-DLUA_OPTIMIZE_MEMORY=2 \
|
|
-DMIN_OPT_LEVEL=2 \
|
|
-DLUA_OPTIMIZE_DEBUG=$(CONFIG_LUA_OPTIMIZE_DEBUG) \
|
|
|