X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=d06781eb9f045a8616eb80f4e989c670aef92154;hb=305d98f7b6db1a3207cc877bd2cda819e3b90656;hp=bc201a2a5dcb5cd6b546dd403448b510783b9ebc;hpb=791e07d6476f6758598a68749185a807da253316;p=src%2Fapp-framework-binder.git diff --git a/CMakeLists.txt b/CMakeLists.txt index bc201a2a..d06781eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ INCLUDE(CTest) ########################################################################### -link_libraries(-Wl,--as-needed -Wl,--gc-sections) +link_libraries(-Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined) add_compile_options(-Wall -Wextra -Wconversion) add_compile_options(-Wno-unused-parameter) # frankly not using a parameter does it care?