Skip to content
Snippets Groups Projects
Commit 1f1abc0d authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Update README.md

parent 531623de
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ As an example here is an `initial_config.cmake` file used to construct `sisso++`
###############
set(CMAKE_CXX_COMPILER g++ CACHE STRING "")
set(CMAKE_CXX_FLAGS "-O2" CACHE STRING "")
set(EXTERNAL_BOOST OFF)
set(USE_PYTHON ON)
set(EXTERNAL_BOOST OFF CACHE BOOL "")
set(USE_PYTHON ON CACHE BOOL "")
```
Here the `-O2` flag is for optimizations, it is recommended to stay as `-O2` or `-O3`, but it can be changed to match compiler requirements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment