书上写 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 回答822 阅读
2 回答876 阅读
1 回答865 阅读
2 回答683 阅读
918 阅读
1 回答597 阅读
1 回答518 阅读
clang -S -mllvm --x86-asm-syntax=[intel|att] your_source_code.c