Skip to content
Snippets Groups Projects
Commit 5c034683 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Explicitly compile with C++11

parent 8f300af2
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ LFLAGS = -lm -lstdc++ -lpthread ...@@ -10,6 +10,8 @@ LFLAGS = -lm -lstdc++ -lpthread
CFLAGS += -g -Wall CFLAGS += -g -Wall
LFLAGS += -g LFLAGS += -g
CFLAGS += -std=c++11
# Annoying warnings on by default on Mac OS # Annoying warnings on by default on Mac OS
CFLAGS += -Wno-tautological-constant-out-of-range-compare -Wno-gnu-static-float-init CFLAGS += -Wno-tautological-constant-out-of-range-compare -Wno-gnu-static-float-init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment