g++.2.8.1
来自「Radix-2 Fast Fourier Transform, real or 」· 1 代码 · 共 12 行
1
12 行
#!/bin/sh# GNU C++ compilation# Note, ${foo:+bar} is just a weird way of commenting out bargcc -c -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \${foo:+'-Wold-style-cast'} -Wbad-function-cast -Wwrite-strings \${foo:+'-Winline -Wredundant-decls'} -fno-rtti -fno-exceptions \-finline-functions -fforce-mem ${foo:+'-funsigned-char -fshort-enums'} \-fforce-addr -fstrict-prototype -felide-constructors ${foo:+'-fno-implicit-templates'} \-fomit-frame-pointer ${foo:+'-fvtable-thunks'} ${foo:+'-Weffc++'} -freg-struct-return \-I. -I- $*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?