c++11 std
This commit is contained in:
parent
0dff56fe37
commit
67c1d8828b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ BUILD := build
|
|||
OBJECTS := $(patsubst src/%.cpp,$(BUILD)/%.o,$(SRC))
|
||||
|
||||
CXX := g++
|
||||
CXXFLAGS := -pedantic-errors -Wall -Wextra -Werror
|
||||
CXXFLAGS := -std=c++11 -pedantic-errors -Wall -Wextra -Werror
|
||||
LDFLAGS := -lstdc++ -lm -lGL -lGLEW -lSDL2
|
||||
INCLUDE := -Iinclude/
|
||||
|
||||
|
|
Loading…
Reference in a new issue