书上写 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 不到解决方法。
3 回答3.9k 阅读✓ 已解决
2 回答1.4k 阅读✓ 已解决
1 回答3.3k 阅读
2 回答1.3k 阅读✓ 已解决
1 回答1.3k 阅读
1.1k 阅读
811 阅读
clang -S -mllvm --x86-asm-syntax=[intel|att] your_source_code.c