aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a5d4b5..2f76978 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ export CC = gcc
export CXX = g++
export WARNFLAGS = -Wall -Wextra
-export COMMONFLAGS = -fno-builtin -fPIC -DPIC -pthread
+export COMMONFLAGS = -fno-builtin -fPIC -DPIC -pthread -g
export OPTFLAGS = -O3 -DNDEBUG -fomit-frame-pointer
export CFLAGS = -I. $(OPTFLAGS) $(WARNFLAGS) $(COMMONFLAGS)