From 80147fcf62faf037aa1d74ee9c17e2a8eb2a091c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 11 Mar 1999 13:53:39 -0800 Subject: [PATCH] now uses DEBUG WATCOM Rev: NT/tools/rntcc:1.21 --- NT/tools/rntcc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NT/tools/rntcc b/NT/tools/rntcc index 89a5348952..c736e0d74d 100755 --- a/NT/tools/rntcc +++ b/NT/tools/rntcc @@ -133,11 +133,11 @@ int main(int argc, string *argv) case "oper_pre": operation="preprocess"; break; case "oper_comp": operation="compile"; break; case "debug": -// cflags+=({"-d2"}); -// ldopts+=({"DEBUG","WATCOM","ALL"}); + cflags+=({"-d2"}); + ldopts+=({"DEBUG","WATCOM","ALL"}); - cflags+=({"-d2","-hd"}); - ldopts+=({"DEBUG","DWARF"}); +// cflags+=({"-d2","-hd"}); +// ldopts+=({"DEBUG","DWARF"}); // cflags+=({"-d2","-hc"}); // ldopts+=({"DEBUG","CODEVIEW","OPTION","CVPACK"}); -- GitLab