added -g -w compiler flags

This commit is contained in:
proddy
2018-12-01 09:49:12 +01:00
parent a2b24fb3e6
commit 2d950656ee

View File

@@ -4,8 +4,8 @@ env_default = nodemcuv2
[common] [common]
platform = espressif8266 platform = espressif8266
; optional flags are -DUSE_LED -DSHOWER_TEST -DDEBUG -DUSE_SERIAL ; optional flags are -DUSE_LED -DSHOWER_TEST -DDEBUG -DUSE_SERIAL -DNO_TX
build_flags = -DMQTT_MAX_PACKET_SIZE=300 build_flags = -g -w -DMQTT_MAX_PACKET_SIZE=300
build_flags_custom = '-DWIFI_SSID="my_ssid"' '-DWIFI_PASSWORD="my_password"' '-DMQTT_IP="my_broker_ip"' '-DMQTT_USER="my_broker_username"' '-DMQTT_PASS="my_broker_password"' build_flags_custom = '-DWIFI_SSID="my_ssid"' '-DWIFI_PASSWORD="my_password"' '-DMQTT_IP="my_broker_ip"' '-DMQTT_USER="my_broker_username"' '-DMQTT_PASS="my_broker_password"'
lib_deps = lib_deps =
Time Time