conditional compilation
A programming technique where parts of the source code are compiled or ignored based on specified conditions.
The debugging code is managed through conditional compilation.
条件付きコンパイルを使うと、プラットフォームごとに異なるコードをビルドできる。
Using conditional compilation, you can build different code for each platform.
Standard full spelling.
Abbreviated spelling without き; common in technical contexts.
Compound of 条件付き (conditional) + コンパイル (compile). A technical term from software development.