make EMS-ESP compile standalone on osx/darwin and linux

This commit is contained in:
Proddy
2023-07-15 11:00:04 +02:00
parent ccd69c2c3a
commit 98dd25c5bb
4 changed files with 4 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ CHECKFLAGS = -q --force --std=c++11
#----------------------------------------------------------------------
C_STANDARD := -std=c17
# CXX_STANDARD := -std=c++17
CXX_STANDARD := -std=gnu++17
CXX_STANDARD := -std=gnu++11
# C_STANDARD := -std=c11
# CXX_STANDARD := -std=c++11