This requirement dates back to ten years ago and the test seems to work nowadays with either libc++ or libstdc++. Differential Revision: https://reviews.llvm.org/D136608
5 lines
71 B
Makefile
5 lines
71 B
Makefile
CXX_SOURCES := main.cpp
|
|
|
|
CXXFLAGS_EXTRAS := -O0
|
|
include Makefile.rules
|