m8pple / arch2-2014-cw1

2014/2015 - EIE2 - Architecture 2, Coursework 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs support C++11, makefile does not

OJFord opened this issue · comments

Since #4, it is specified that the compilation environment is C99 or C++11.

However, the makefile has not been updated to reflect this.

Suggested fix is to add CXXFLAGS += -std=c++11 (and relatedly, CFLAGS += -std=c99).

I managed to mess up the commit message, but fixed due to pull. Thanks.