We just want to test whether the language switch works. This is easier to control for libc++, since for bots building the tests against libstdc++ we might not have the necessary `<compare>` header available currently.
6 lines
94 B
Makefile
6 lines
94 B
Makefile
USE_LIBCPP := 1
|
|
CXX_SOURCES := main.cpp
|
|
CXXFLAGS_EXTRAS := -std=c++20
|
|
|
|
include Makefile.rules
|