Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビルド設定で見つけることができます。
たとえば、以下の違いは何ですか。
その他の c フラグで -DDEBUG を定義する
と
プリプロセッサ Marcos で -DDEBUG を定義する
ありがとう
preprocessor macrosビルド設定は、プリプロセッサ マクロの初期値を設定するために使用されます。
preprocessor macros
Example value: test_mode=1 copious_logging=1
Other C Flagsビルド設定は、任意のフラグをコンパイラに送信するために使用されます。
Other C Flags
Example value: -dM