Copy paste error, but the test still built on macOS. Weird. It failed on debian linux with an error about -fno-limit-debug-info not being a supported flag??? Not sure how this goof would cause that error, but let's see if it did...
5 lines
78 B
Makefile
5 lines
78 B
Makefile
CXX_SOURCES := main.cpp
|
|
CXXFLAGS_EXTRAS := -std=c++11
|
|
|
|
include Makefile.rules
|