t-crtstuff

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· 代码 · 共 5 行

TXT
5
字号
# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,# because then __FRAME_END__ might not be the last thing in .eh_frame# section.CRTSTUFF_T_CFLAGS = -fno-asynchronous-unwind-tables

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?