We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d194a3 + e1a4dd9 commit 724ced2Copy full SHA for 724ced2
CMakeLists.txt
@@ -231,7 +231,7 @@ endforeach()
231
# When IPO is turned on, it sometimes leads to false positives for warnings
232
# since it checks for warnings after some of the source files have been compiled.
233
# We globally suppress these warnings here. Any CMake executable which is added
234
-# after this line.
+# after this line will have these warnings suppressed at link time.
235
if (CMAKE_INTERPROCEDURAL_OPTIMIZATION)
236
message(STATUS "IPO: Suppressing known VTR warnings.")
237
add_link_options(-Wno-alloc-size-larger-than # libarchfpga allocates C-style arrays using integers.
0 commit comments