[tests] Added -g3 for tests for debugging purposes

This commit is contained in:
hsaturn
2022-10-30 20:44:44 +01:00
parent 58786eb6d9
commit cabb56fc8c
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
# See https://github.com/bxparks/EpoxyDuino for documentation about this
# Makefile to compile and run Arduino programs natively on Linux or MacOS.
EXTRA_CXXFLAGS=-g3 -O0
APP_NAME := string-indexer-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock ESP8266WiFi ESPAsync
ARDUINO_LIB_DIRS := ../../../EspMock/libraries