From 1e6e29e5281d1c8fe551acf621999a16f8f7b263 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 22 Jul 2018 12:26:42 +0200 Subject: [PATCH] Even more debug information --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 026d542..980dc76 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS = -fPIC -Iinclude -I. -W -Wunused -Wall # Additional CFLAGS for debug build -DFLAGS = -O0 -g +DFLAGS = -O0 -g3 # Addditional CFLAGS for release build RFLAGS = -O3 -s