From 16347cb90e188e29649b9671a17e623867296517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Thu, 23 Jan 2025 05:34:39 +0000 Subject: [PATCH] Add linemarkers off options. --- src/tools/ibmcxx.jam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tools/ibmcxx.jam b/src/tools/ibmcxx.jam index b23da59d11..16cc1cea2d 100644 --- a/src/tools/ibmcxx.jam +++ b/src/tools/ibmcxx.jam @@ -256,6 +256,10 @@ flags-clang OPTIONS : "-x c++" : compile.c++ ; flags-ibm LINKFLAGS shared : -G : link.dll ; flags-clang LINKFLAGS shared : -shared : link.dll ; +# Preprocessing. +flags-* OPTIONS off : -P : compile.c.preprocess ; +flags-* OPTIONS off : -P : compile.c++.preprocess ; + _ = " " ;