diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-04-07 19:12:18 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-04-07 19:12:18 +0200 |
| commit | a00fd53080145f6328ccfcb8bd109c8711bd9a7d (patch) | |
| tree | eb6890e89a6e5b754b7115a97e0ec451cc40e934 /Makefile | |
| parent | ffc2f34851895d8eed3f9d93716d41527dc6810b (diff) | |
| download | allocbench-a00fd53080145f6328ccfcb8bd109c8711bd9a7d.tar.gz allocbench-a00fd53080145f6328ccfcb8bd109c8711bd9a7d.zip | |
[make] build all software with debug information
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
