书上写 gcc -O1 -s code.c 但是不管用 gcc 还是 clang 都显示:
gcc -O1 -s code.c
ld: warning: option -s is obsolete and being ignored
Google 不到,原来是 -s 被 Google 当成搜索指令了。 但现在还是 Google 不到解决方法。
c asm osx
只要把你的-s变成-S就可以了
clang -S -mllvm --x86-asm-syntax=[intel|att] your_source_code.c
《Linux C一站式编程》:不加 int $0x80 导致段错误
C 语言中指针作为函数参数的一个问题?
gcc生成汇编程序问题
fatal error: 'common.h' file not found
OSX10.11 GCC无法编译.C
why 8-byte Spill happens?