Skip to content

Commit

Permalink
Add linemarkers off options.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jan 23, 2025
1 parent 701078d commit 16347cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/ibmcxx.jam
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ flags-clang OPTIONS : "-x c++" : compile.c++ ;
flags-ibm LINKFLAGS <link>shared : -G : link.dll ;
flags-clang LINKFLAGS <link>shared : -shared : link.dll ;

# Preprocessing.
flags-* OPTIONS <linemarkers>off : -P : compile.c.preprocess ;
flags-* OPTIONS <linemarkers>off : -P : compile.c++.preprocess ;


_ = " " ;

Expand Down

0 comments on commit 16347cb

Please sign in to comment.