1016万例文収録!

「CFLAGS」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

CFLAGSを含む例文一覧と使い方

該当件数 : 21



例文

CFLAGS and CXXFLAGS 例文帳に追加

CFLAGSとCXXFLAGS - Gentoo Linux

# CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe" emerge grub 3.Grub Error 12Situation 例文帳に追加

状況 - Gentoo Linux

Also in /etc/make.conf, set CFLAGS to something like -O -pipe. 例文帳に追加

また、/etc/make.conf の中の CFLAGSを、 -O -pipe のように指定しましょう。 - FreeBSD

Code Listing5.2: Defining the CFLAGS and CXXFLAGS variable 例文帳に追加

コード表示4.2: CFLAGS変数とCXXFLAGS変数の設定 - Gentoo Linux

例文

Code Listing4.2: Defining the CFLAGS and CXXFLAGS variable 例文帳に追加

コード表示4.2: CFLAGS変数とCXXFLAGS変数の設定 - Gentoo Linux


例文

Code Listing4.4: Defining the CFLAGS and CXXFLAGS variable 例文帳に追加

コード表示4.2: CFLAGS変数とCXXFLAGS変数の設定 - Gentoo Linux

Also make sure that you do not have -fPIC set in your CFLAGS/CXXFLAGS. 例文帳に追加

また、CFLAGS/CXXFLAGSに-fPICが入っていないことを確認してください。 - Gentoo Linux

If set, the contents of CFLAGS will be added to the compiler flags specified in the Setup file.例文帳に追加

CFLAGS が設定されていれば、Setup ファイル内で指定されているコンパイラフラグに CFLAGS の内容が追加されます。 - Python

a pointer to the null-terminated string and cflags , 例文帳に追加

ヌル文字で終端された文字列regex 、 - JM

例文

Don't use -march=native or -mtune=native in your CFLAGS or CXXFLAGS when compiling with distcc.例文帳に追加

distccでコンパイルを行う場合、CFLAGSやCXXFLAGSのなかで-march=nativeまたは-mtune=naativeを使わないでください。 distccその他 - Gentoo Linux

例文

The CFLAGS and CXXFLAGS variables define the optimization flags for the gcc C and C++ compiler respectively. 例文帳に追加

CFLAGSとCXXFLAGS変数には、それぞれ、CおよびC++コンパイラであるgccに対する最適化のためのフラグを定義します。 - Gentoo Linux

When you define the CFLAGS and CXXFLAGS, you should combine several optimization flags.例文帳に追加

CFLAGSとCXXFLAGSを定義するとき、それぞれの最適化オプションは同じものを使うべきです。 - Gentoo Linux

penetrodewrote that this may also be due to bad CFLAGS settings.Although the current grub ebuild filters out -fstack-protector, it can'thurt to recompile grub with clean CFLAGS if nothing else helps. 例文帳に追加

また、penetrodeは、CFLAGSの設定が悪い可能性もあると書きました。 現在のGRUBのebuildでは、-fstack-protectorを取り除いていますが、とにかく、不要なものが無いCFLAGSでgrubを再コンパイルすれば問題はありません。 - Gentoo Linux

Code Listing2.2: Using a clean CFLAG to rebuild GRUB 例文帳に追加

コード表示2.2:適切なCFLAGSをGRUBの再構築に使用する - Gentoo Linux

A typical user will probably want to copy the CFLAGS and NO_PROFILE lines found in /usr/share/examples/etc/make.conf to /etc/make.conf and uncomment them. 例文帳に追加

標準的なユーザならおそらく、 /usr/share/examples/etc/make.conf (FreeBSD4.X では /etc/defaults/make.conf) の CFLAGS と NOPROFILE のコメントをはずすことを考えると思います。 - FreeBSD

This is not necessary, but is valid if you are also making changes to CFLAGS or other make.conf variables that will affect the system compile.例文帳に追加

これは必要ないのですが、もしあなたがシステムのコンパイルに影響を与えるCFLAGSやmake.confの値の変更を行っていれば、有効です。 - Gentoo Linux

To guarantee the completeness of compiler commentary, we provide additional compilation flags:./configure CFLAGS="-g3 -gdwarf-2" CXXFLAGS="-g3 -gdwarf-2"例文帳に追加

コンパイラコメンタリが完全であることを保証するため、次の追加のコンパイルフラグを指定します。 ./configure CFLAGS=-g3 -gdwarf-2 CXXFLAGS=-g3 -gdwarf-2 - NetBeans

Not only does it specify default values for CHOST, CFLAGS and other important variables, it also locks the system to a certain range of package versions.例文帳に追加

CHOST、CFLAGSやその他の重要な変数の初期設定値を指定しているだけでなく、システムの状態を特定範囲内のパッケージバージョンに留めておく役目もあります。 - Gentoo Linux

Due to performance reasons they were compiled without PIC support.If your problem library was not listed please report it with, preferably, a patch to add -fPIC to the relevant CFLAGS.例文帳に追加

パフォーマンスの理由により、PICサポートなしでコンパイルされました。 このリストに載っていない問題のあるライブラリがある場合には、できれば-fPICを関連するCFLAGSに追加したパッチと一緒に連絡してください。 - Gentoo Linux

If a compiler option requires an argument, you'll have to supply multiple-Xcompiler options; for example, to pass -x c++ the Setup file would have to contain-Xcompiler -x -Xcompiler c++.Compiler flags can also be supplied through setting the CFLAGS environment variable.例文帳に追加

コンパイラオプションに引数が必要な場合、複数の -Xcompiler オプションを与えます; 例えば、 -x c++ を渡すには、Setup ファイルには -Xcompiler -x -Xcompiler c++を渡さねばなりません。 コンパイラフラグは、環境変数 CFLAGS の設定でも与えられます。 - Python

例文

In this way, makedepend can be made to safely ignore esoteric compiler arguments that might normally be found in a CFLAGS make macro (see the EXAMPLE section above).例文帳に追加

このようにしてmakedependは、通常はmakeのマクロの CFLAGS に現れるような難解なコンパイラの引き数をうまく回避することができる(前述の例のセクションを参照)。 - XFree86

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS