Skip to content

Conversation

pniedzielski
Copy link
Collaborator

This patch updates build-darwin.sh to use clang as the default compiler for BDE and NTF.

Fixes: #970

This patch updates `build-darwin.sh` to use clang as the default
compiler for BDE and NTF.

Fixes: bloomberg#970
Signed-off-by: Patrick M. Niedzielski <[email protected]>
@pniedzielski
Copy link
Collaborator Author

After running bin/build-darwin.sh with this patch:

  • BDE's CMakeCache.txt has

    //CXX compiler
    CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++
    
  • NTF's CMakeCache.txt has

    //C compiler
    CMAKE_C_COMPILER:FILEPATH=/usr/bin/c++
    

    which aliases to clang++.

This does introduce warnings in the BDE build...

@pniedzielski pniedzielski marked this pull request as ready for review October 22, 2025 22:10
@pniedzielski pniedzielski requested a review from a team as a code owner October 22, 2025 22:10
Copy link

@bmq-oss-ci bmq-oss-ci bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build 3090 of commit a5c71fc has completed with FAILURE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build[Darwin]: bde build configured with gcc, uses clang

2 participants