diff options
Diffstat (limited to 'userconfig-runner@Linux-GNU.cmake')
| -rw-r--r-- | userconfig-runner@Linux-GNU.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userconfig-runner@Linux-GNU.cmake b/userconfig-runner@Linux-GNU.cmake index 2ac9dc79..f27067a1 100644 --- a/userconfig-runner@Linux-GNU.cmake +++ b/userconfig-runner@Linux-GNU.cmake @@ -4,7 +4,8 @@ set(CMAKE_BUILD_TYPE DEBUG PARENT_SCOPE) set(CMAKE_INSTALL_MESSAGE NEVER) add_compile_options(-fsanitize=address,undefined) -add_compile_options(-fsanitize=address,undefined) +add_link_options(-fsanitize=address,undefined) +sets(BOOL CORRADE_CPU_USE_IFUNC OFF) # for floormat sources only function(fm-userconfig-src) |
