Skip to content

Commit

Permalink
Switch to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Feb 14, 2024
1 parent 17bd020 commit 240d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ manylinux-x86_64-image="manylinux_2_28"
source_path = "."
options = {"CMAKE_CXX_COMPILER_LAUNCHER" = "sccache", "DAKOTA_HAVE_HDF5" = "ON", "DAKOTA_PYTHON_WRAPPER" = "ON", "BUILD_SHARED_LIBS"="OFF", "CMAKE_POSITION_INDEPENDENT_CODE" = "ON", "DAKOTA_PYTHON_DIRECT_INTERFACE" = "ON", "BOOST_LIBRARYDIR" = "/usr/lib64/boost169", "BOOST_INCLUDEDIR" = "/usr/include/boost169"}
build_args = ["-j8"]
build_type = "Debug"
build_type = "Release"
install_components = ["dakota_for_python"]

0 comments on commit 240d727

Please sign in to comment.