You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of this feature is brittle when new optimizations/cmake-subtargets are introduced (as was the case with #1117): Using the feature then leads to "strange" performance drops (vs. building all algorithms without this build option):
implements effectively a white-list of cmake-build sub-targets that needs extension when adding new optimization targets. Maybe another way to handle this would be better (though can't think of one myself given a lack of understanding of cmake). Otherwise, this issue is to remind future implementors of new optimizations to add them at the above code location.
The text was updated successfully, but these errors were encountered:
The implementation of this feature is brittle when new optimizations/cmake-subtargets are introduced (as was the case with #1117): Using the feature then leads to "strange" performance drops (vs. building all algorithms without this build option):
liboqs/.CMake/alg_support.cmake
Line 672 in 6888e9e
The text was updated successfully, but these errors were encountered: