当前位置: 技术问答>linux和unix
求助:当用 gcc 编译时没,加上优化选项 -02 ,可是提示是 gcc: unrecognized option `-02'
来源: 互联网 发布时间:2015-12-03
本文导语: 请教: #include #include /* for EXIT_SUCCESS */ int main(void) { printf("Hello World!"); return 1; } [root@localhost linuxss]# gcc -Wall -02 -o test1 test1.c gcc: unrecognized option `-02' 各位大哥,我是错在...
请教:
#include
#include /* for EXIT_SUCCESS */
int main(void)
{
printf("Hello World!");
return 1;
}
[root@localhost linuxss]# gcc -Wall -02 -o test1 test1.c
gcc: unrecognized option `-02'
各位大哥,我是错在哪里呢/
谢谢!
#include
#include /* for EXIT_SUCCESS */
int main(void)
{
printf("Hello World!");
return 1;
}
[root@localhost linuxss]# gcc -Wall -02 -o test1 test1.c
gcc: unrecognized option `-02'
各位大哥,我是错在哪里呢/
谢谢!
|
是O,our的O
|
是字母o 的大写 O
还有O3 ...
还有O3 ...
|
gcc: unrecognized option `-02'
看看意思也明白了
结贴吧
看看意思也明白了
结贴吧