Skip to content

Commit

Permalink
refactor Pprf
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jan 3, 2024
1 parent 5700f63 commit cf53729
Show file tree
Hide file tree
Showing 13 changed files with 764 additions and 1,053 deletions.
29 changes: 24 additions & 5 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,23 @@
"CMAKE_BUILD_TYPE": "Debug",
"FETCH_AUTO": true,
"ENABLE_ALL_OT": true,
"ENABLE_SSE": false,
"ENABLE_SSE": true,
"ENABLE_AVX": true,
"ENABLE_BITPOLYMUL": false,
"ENABLE_CIRCUITS": true,
"LIBOTE_STD_VER": "17",
"CMAKE_PREFIX_PATH": "${sourceDir}/../out/install",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": { "hostOS": [ "Linux" ] },
"microsoft.com/VisualStudioRemoteSettings/CMake/1.0": { "sourceDir": "$env{HOME}/.vs/$ms{projectDirName}" }
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"hostOS": [
"Linux"
]
},
"microsoft.com/VisualStudioRemoteSettings/CMake/1.0": {
"sourceDir": "$env{HOME}/.vs/$ms{projectDirName}"
}
}
},
{
Expand Down Expand Up @@ -57,7 +64,13 @@
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
"CMAKE_PREFIX_PATH": "${sourceDir}/../out/install/${presetName}"
},
"vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { "hostOS": [ "Windows" ] } }
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"hostOS": [
"Windows"
]
}
}
},
{
"name": "x64-Release",
Expand Down Expand Up @@ -85,7 +98,13 @@
"ENABLE_ASAN": false,
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
},
"vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { "hostOS": [ "Windows" ] } }
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"hostOS": [
"Windows"
]
}
}
}
]
}
Loading

0 comments on commit cf53729

Please sign in to comment.