mh-interix
来自「基于4个mips核的noc设计」· 代码 · 共 15 行
TXT
15 行
# The shell may not be in /bin. SHELL = shRANLIB = true# We don't want debugging info in Interix-hosted toolchains.# Accomplish this by overriding CFLAGS. This is also a workaround# for LD crash when building shared libstdc++.CFLAGS=-O2CXXFLAGS=-O2# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be# built without debugging informationLIBGCC2_DEBUG_CFLAGS=
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?