aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-02-01 15:15:13 -0500
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-02-01 15:15:13 -0500
commit37e7d24066bd59c51263b1e045dab1ada4ea4769 (patch)
tree66465bf87c24ef7186cc435fb905d3c3a3add8f1 /Makefile
parentca2758864ee33fc7aebbbf65a87bc9074afc4a3b (diff)
downloadprojet_C++-37e7d24066bd59c51263b1e045dab1ada4ea4769.tar.gz
C++11 me voilĂ !
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ffcd8f..c412ee3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CXX=g++
CC=gcc
RM = rm
-CXXFLAGS=-O3
+CXXFLAGS=-std=c++11 -O3
GSL_FLAGS:=$(shell pkg-config --libs gsl)
stratified_sampling: rtnorm.o stratified_sampling.o