aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillame.horel@gmail.com>2016-02-07 11:10:58 -0500
committerGuillaume Horel <guillame.horel@gmail.com>2016-02-07 11:10:58 -0500
commit9ad8d5ed2107382c0233fc03a7a16b34bafe6ee1 (patch)
tree37386306260eb58edc7a5f0e2438a2b17f1776ff /Makefile
parent22358d075a89d44dbe8ef901a0a42d2c3f8e285a (diff)
downloadprojet_C++-9ad8d5ed2107382c0233fc03a7a16b34bafe6ee1.tar.gz
add debug symbols
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62e9c4e..e2282df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CXX=g++
CC=gcc
RM = rm
-CXXFLAGS=-std=c++11 -O3
+CXXFLAGS=-std=c++11 -g -O2
GSL_FLAGS:=$(shell pkg-config --libs gsl)
main: main.o rtnorm.o stratified_sampling.o