Skip to content
Snippets Groups Projects
Commit ef21b9ca authored by Erik Strand's avatar Erik Strand
Browse files

Use std=c++11

parent 17e9aa3a
No related branches found
No related tags found
No related merge requests found
# This Makefile compiles and flashes four different programs:
CPPFLAGS=-Wall -O3 -pthread
CPPFLAGS=-Wall -O3 -pthread -std=c++11
%: %.cpp
g++ $(CPPFLAGS) -o build/$@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment