fix to compile on Mac OSX

This commit is contained in:
proddy
2024-07-11 16:26:50 +02:00
parent 2b7b8c1bd9
commit fec76baea5

View File

@@ -213,14 +213,15 @@ build_unflags = ${common.unbuild_flags}
; to build and run: pio run -e native -t exec
[env:native]
platform = native
extra_scripts = pre:scripts/rename_prog.py
build_flags =
-DARDUINOJSON_ENABLE_ARDUINO_STRING=1
-DEMSESP_DEBUG -DEMSESP_STANDALONE -DEMSESP_TEST
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.0-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
-std=gnu++14 -Og -ggdb
-std=gnu++14 -Og -ggdb -D__linux__
build_src_flags =
-Wall -Wextra -Werror
-Wno-unused-parameter -Wno-sign-compare
-Wno-unused-parameter -Wno-sign-compare -Wno-missing-braces
-I./lib_standalone
-I./lib/uuid-common/src
-I./lib/uuid-console/src