We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfaf7b commit 48cf548Copy full SHA for 48cf548
1 file changed
CMakeLists.txt
@@ -55,7 +55,7 @@ set(COMMON_CXX_WARNING_FLAGS
55
"-Wuninitialized"
56
"-Wno-interference-size" # disables warning that std::hardware_destructive_interference_size may depend on hardware, compiler, and flags
57
"-Werror"
58
- "-Wnrvo"
+# "-Wnrvo"
59
)
60
61
# --- Project-specific Compile Flags ---
0 commit comments