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
Changes the CMake so that we can configure what c++ version we want to build with instead of hardcoding -std=c++17.
The part about turning off extensions, is because without it, rr is compiled with -std=gnu++17/20/23, instead of -std=c++17/... which would not match the previous hard coding.
If a user tries configuring with anything lower than c++17, it will fail at configuration time, instead of at build time.
0 commit comments