Skip to content
Snippets Groups Projects
Commit 80147fcf authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

now uses DEBUG WATCOM

Rev: NT/tools/rntcc:1.21
parent ff63c059
No related branches found
No related tags found
No related merge requests found
......@@ -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"});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment