Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the common options for Gcc

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article shows you what are the common options of Gcc, which are concise and easy to understand, which will definitely brighten your eyes. I hope you can gain something through the detailed introduction of this article.

Gcc main.c

Gcc main.c-o main

Turn on all warnings

Gcc-Wall main.c-o main

Generate preprocessing files

Gcc-E main.c > main.i

Generate assembly code

Gcc-S main.c > main.s

Generate the compiled object file

Gcc-C main.c

Gcc-save-temps main.c

Gcc-Wall main.c-o main-lCPPfile

Gcc-c-Wall-Werror-fPIC Cfile.c

Gcc-shared-o libCfile.so Cfile.o

Gcc-Wall-v main.c-o main

Gcc-Wall-ansi main.c-o main

Gcc-Wall-funsigned-char main.c-o main

Gcc-Wall-fsigned-char main.c-o main

Gcc-Wall-DMY_MACRO main.c-o main

The above is what are the common options for Gcc, and have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report