Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/osu-crypto/libOTe
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jul 28, 2023
2 parents 5e89556 + f9c36c4 commit 925aa88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
add_definitions(-DSOLUTION_DIR='${CMAKE_SOURCE_DIR}')
if(MSVC)
else()
set(COMMON_FLAGS "-Wall -march=x86-64 -Wfatal-errors")
set(COMMON_FLAGS "-Wall -Wfatal-errors")
SET(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")
SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO " -O2 -g -ggdb")
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g -ggdb")
Expand Down
2 changes: 1 addition & 1 deletion cryptoTools

0 comments on commit 925aa88

Please sign in to comment.