Skip to content

Commit

Permalink
Disabled a compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuponitskiy-duality committed Oct 24, 2024
1 parent 699678b commit 52ebf26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ endif()
find_package(OpenFHE 1.2.1 REQUIRED)
find_package(pybind11 REQUIRED)

set( CMAKE_CXX_FLAGS ${OpenFHE_CXX_FLAGS} )
# set( CMAKE_CXX_FLAGS "${OpenFHE_CXX_FLAGS} -Wno-error=stringop-overread")
set( CMAKE_CXX_FLAGS "${OpenFHE_CXX_FLAGS} -fno-lto")
set( OpenFHE_Py_SOURCES src/lib)
set( OpenFHE_Py_INCLUDES src/include)

Expand Down

0 comments on commit 52ebf26

Please sign in to comment.