Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Dec 30, 2023
1 parent 85e20ce commit 82c98d3
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 95 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dynamic_version(
OUTPUT_DISTANCE LibintRepository_DISTANCE
)

set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build.") # foil Ninja Debug on Windows

project(
Libint2Compiler
VERSION ${LibintRepository_VERSION}
Expand Down Expand Up @@ -99,6 +101,8 @@ message(STATUS "Building using CMake ${CMAKE_VERSION} Generator ${CMAKE_GENERATO

# <<< General >>>

option_with_default(CMAKE_BUILD_TYPE "Build type (Release or Debug)" Release)

### compiler-only

### library-only
Expand Down
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Note that options, docs, and CMake components are focused on the C++ interface,
### Build Library How (G L) (TARBALL)
* `CMAKE_BUILD_TYPE` — G L — [Standard CMake variable](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html) [Default=Release]
### Detecting Dependencies (G L C) (TARBALL)
Expand Down
Loading

0 comments on commit 82c98d3

Please sign in to comment.