mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix to compile on Mac OSX
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user