Skip to content

Commit

Permalink
Add new build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 29, 2024
1 parent ac4cf33 commit 75519fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/sphinx/src/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ The main CMake options to configure building are in the following table:
``SINGULARITY_USE_SINGLE_LOGS`` OFF Use single precision logarithms (may degrade accuracy).
``SINGULARITY_NQT_ORDER_1`` OFF For fast logs, use the less accurate but faster 1st-order version.
``SINGULARITY_NQT_PORTABLE`` OFF For fast logs, use the slower but endianness-independent implementation.
``SINGULARITY_BUILD_FORTRAN_BACKEND`` OFF For testing, you may build the C++ code to which the fortran bindings bind
``SINGULARITY_STRICT_WARNINGS`` OFF For testing. Adds -Wall and -Werror to builds.
====================================== ======= ===========================================

More options are available to modify only if certain other options or
Expand Down

0 comments on commit 75519fa

Please sign in to comment.