Skip to content

Instantly share code, notes, and snippets.

@gitsrc
Created July 12, 2018 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gitsrc/8818515d7747a06f2cec821791a23987 to your computer and use it in GitHub Desktop.
Save gitsrc/8818515d7747a06f2cec821791a23987 to your computer and use it in GitHub Desktop.
configure 时-g 与 -O0 开关控制
变为-O0 选项,可以导出CFLAGS 变量,如下进行。
export CFLAGS='-DGCC_HASCLASSVISIBILITY -O0 -Wall -W'
再重新配置,编译即可。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment