t-crtstuff
来自「linux下编程用 编译软件」· 代码 · 共 6 行
TXT
6 行
# 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-tablesTARGET_LIBGCC2_CFLAGS += -mlong-double-128
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?