aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-04-07 19:12:18 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-04-07 19:12:18 +0200
commita00fd53080145f6328ccfcb8bd109c8711bd9a7d (patch)
treeeb6890e89a6e5b754b7115a97e0ec451cc40e934
parentffc2f34851895d8eed3f9d93716d41527dc6810b (diff)
downloadallocbench-a00fd53080145f6328ccfcb8bd109c8711bd9a7d.tar.gz
allocbench-a00fd53080145f6328ccfcb8bd109c8711bd9a7d.zip
[make] build all software with debug information
-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)