1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/cpp11_*: remove -std=c++11

This commit is contained in:
Gunar Schorcht 2022-01-06 11:21:00 +01:00
parent 20dfe40330
commit 93d15ac2d3
3 changed files with 0 additions and 12 deletions

View File

@ -1,9 +1,5 @@
include ../Makefile.tests_common
# If you want to add some extra flags when compile c++ files, add these flags
# to CXXEXFLAGS variable
CXXEXFLAGS += -std=c++11
# nucleo-f303k8 doesn't have enough RAM to run the test so we reduce the stack
# size for every thread
ifneq (,$(filter nucleo-f303k8 nucleo-f334r8,$(BOARD)))

View File

@ -1,9 +1,5 @@
include ../Makefile.tests_common
# If you want to add some extra flags when compile c++ files, add these flags
# to CXXEXFLAGS variable
CXXEXFLAGS += -std=c++11
USEMODULE += cpp11-compat
USEMODULE += xtimer

View File

@ -1,9 +1,5 @@
include ../Makefile.tests_common
# If you want to add some extra flags when compile c++ files, add these flags
# to CXXEXFLAGS variable
CXXEXFLAGS += -std=c++11
USEMODULE += cpp11-compat
USEMODULE += xtimer
USEMODULE += timex