compile gcc的意思
compile gcc中文翻譯:
編寫gcc
相似詞語短語
compile───vt.編譯;編制;編輯;[圖情]匯編
compiled───adj.編譯的;v.編輯(compile的過去分詞)
compilement───編譯
compiler───n.編譯器;[計]編譯程序;編輯者,匯編者
compilers───n.編譯器;編譯程式;編譯工具(compiler的復數形式)
compiles───編制
compiling───n.匯編,匯集;編譯;v.編輯;收集;編譯(compile的現在分詞)
complect───vt.編織;使交織
compilements───匯編
雙語使用場景
you can write your source code in it but to compile something you don't run a command like GCC and then the name of the file, you instead click a button.───你們可以在上面寫源代碼,如果要編譯的話,不用像GCC這樣要輸入命令,文件名,只需點擊按鈕就可以了。
Enabling profiling is as simple as adding -pg to the GCC compile flags. Compile as follows.───啟用剖析非常簡單,只需要在gcc編譯標志中加上- pg即可。
Essentially, this command make is just another program that USES GCC to compile my program for me but make is configurable.───從本質上來看,make命令就是一個,調用GCC來編譯我們程序的程序,只不過make是可以配置的。