翻訳と辞書
Words near each other
・ CFRNA
・ CFRO-FM
・ Cfront
・ CFRP
・ CFRQ-FM
・ CFRS-DT
・ CFRT
・ CFRT-FM
・ CFRU-FM
・ CFRV-FM
・ CFRW
・ CFL's Most Outstanding Rookie Award
・ CFL2
・ CFL2 (gene)
・ CFLA-TV
CFLAGS
・ CFLAR
・ CFLG-FM
・ CFLM-FM
・ CFLN
・ CFLN-FM
・ CFLO-FM
・ CFLR-FM
・ CFLT-FM
・ CFLX-FM
・ CFLY-FM
・ CFLZ-FM
・ CFM
・ CFM (radio)
・ CFM International


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CFLAGS : ウィキペディア英語版
CFLAGS

CFLAGS and CXXFLAGS are either the name of environment variables or of Makefile variables that can be set to specify additional switches to be passed to a compiler in the process of building computer software.
These variables are usually set inside a Makefile and are then appended to the command line when the compiler is invoked. If they are not specified in the Makefile, then they will be read from the environment, if present. Tools like autoconf's ./configure script will usually pick them up from the environment and write them into the generated Makefiles. Some package install scripts, like SDL, allow CFLAGS settings to override their normal settings (instead of append to them), so setting CFLAGS can cause harm in this case.
CFLAGS enables the addition of switches for the C compiler, while CXXFLAGS is meant to be used when invoking a C++ compiler. Similarly, a variable CPPFLAGS exists with switches to be passed to the C or C++ preprocessor.
These variables are most commonly used to specify optimization or debugging switches to a compiler, as for example -g, -O2 or (GCC-specific) -march=athlon.
==See also==

*Compiler optimization

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CFLAGS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.