noun
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.
Abbreviated spelling without き; common in technical contexts.
Compound of 条件付き (conditional) + コンパイル (compile). A technical term from software development.