From 8b7d7ca6a99b08200b0e7684c4d8ef3040c46c87 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Tue, 3 Dec 2019 00:58:52 +0200 Subject: [PATCH] pass -d2 for proper debug symbols --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8853b06..2faa385 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ libs = imago.lib anim.lib def = -dM_PI=3.141592653589793 opt = -5 -fp5 -otexan -oh -oi -ei -dbg = -d1 +dbg = -d2 !ifdef __UNIX__ incpath = -Isrc -Isrc/dos -Ilibs -Ilibs/imago/src -Ilibs/anim/src -- 1.7.10.4