From a00fd53080145f6328ccfcb8bd109c8711bd9a7d Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 7 Apr 2021 19:12:18 +0200 Subject: [make] build all software with debug information --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3