-c Compile to object file only, do not link
-pxxx Use Pascal calling convention
-C Enable nested comments
-K Set default character type to unsigned
-k Generate standard stack frames
-d Merge duplicate strings
-3 Generate 80386 protected-mode compatible instructions
-r Use register variables
-O Optimize jumps
bcc32 -c -pr -O2 -C -K -k- -d -3 -r-
最新推荐文章于 2025-03-09 09:00:00 发布
本文列举了一系列编译器选项,包括仅编译不链接、使用Pascal调用约定、启用嵌套注释等功能。通过这些选项,开发者可以优化编译过程,例如合并重复字符串、生成特定架构指令等。
827

被折叠的 条评论
为什么被折叠?



