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.
-fforce-emit-vtables
1 parent 503a066 commit beabbb7Copy full SHA for beabbb7
cmake/compiler-flags.cmake
@@ -53,7 +53,7 @@ SET(CMAKE_MODULE_LINKER_FLAGS
53
if(CMAKE_INTERPROCEDURAL_OPTIMIZATION)
54
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
55
set(LIST )
56
- list(APPEND LIST -fno-force-emit-vtables)
+ list(APPEND LIST -fforce-emit-vtables)
57
list(APPEND LIST -fno-whole-program-vtables)
58
list(APPEND LIST -fno-strict-vtable-pointers)
59
add_compile_options("$<$<COMPILE_LANGUAGE:C,CXX>:${LIST}>")
0 commit comments