g++.2.7.2

来自「一个完整FFT变换的C代码, 本代码在工程项目中得到了应用的检验. 若哪位发现B」· 2 代码 · 共 10 行

2
10
字号
#!/bin/sh#	GNU C++ compilation# Note, ${foo:+bar} is just a weird way of commenting out bargcc -c -O -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \-Wstrict-prototypes -Wmissing-prototypes ${foo:+'-Winline -Wredundant-decls'} \-finline-functions  -fforce-mem ${foo:+'-funsigned-char -fshort-enums'} \-fforce-addr -fstrict-prototype -felide-constructors -fno-implicit-templates \-fomit-frame-pointer -freg-struct-return \-I. -I- $*

⌨️ 快捷键说明

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