pike.git
/
NT
/
tools
/
rntcc
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/NT/tools/rntcc:126:
case "share": share=1; ldopts=({"SYSTEM","nt_dll","initinstance","terminstance"})+ldopts; cflags+=({"-bd"}); break; 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"}); debug=1; break; case "optimize": if(!option[1]) option[1]=1; switch(optimize=(int)option[1]) {