From: John Tsiombikas Date: Mon, 2 Dec 2019 22:58:52 +0000 (+0200) Subject: pass -d2 for proper debug symbols X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=8b7d7ca6a99b08200b0e7684c4d8ef3040c46c87 pass -d2 for proper debug symbols --- 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