Skip to content

PIC STATIC And OBJECT Libraries, master branch (2022.02.01.)

Switched to building STATIC and OBJECT libraries with position independent code by default, since in ATLAS code we need this in the overwhelming majority of the cases...

This is meant to simplify the setup for athena!49938 (merged), and for some of the existing CUDA libraries (Control/AthCUDA).

Note that setting the POSITION_INDEPENDENT_CODE property of the library explicitly to OFF will allow overriding this default of course.

Merge request reports