书上写 gcc -O1 -s code.c
但是不管用 gcc 还是 clang 都显示:
ld: warning: option -s is obsolete and being ignored
Google 不到,原来是 -s 被 Google 当成搜索指令了。
但现在还是 Google 不到解决方法。
书上写 gcc -O1 -s code.c
但是不管用 gcc 还是 clang 都显示:
ld: warning: option -s is obsolete and being ignored
Google 不到,原来是 -s 被 Google 当成搜索指令了。
但现在还是 Google 不到解决方法。
1 回答656 阅读
1.2k 阅读
1 回答718 阅读
2 回答656 阅读
1 回答769 阅读
840 阅读
9 阅读
clang -S -mllvm --x86-asm-syntax=[intel|att] your_source_code.c