mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
build: disable -Wl,--no-undefined per default
As building with -Wl,--no-undefined might cause issues when combined with other linker flags (e.g. with -fsanitize=address see #3289) it is now disabled per default but can be re-enabled with -DWITH_NO_UNDEFINED=ON. It is enabled for ci builds on linux to find undefined symbols.
This commit is contained in:
@@ -45,3 +45,4 @@ set (WITH_DEBUG_X11_CLIPRDR OFF CACHE BOOL "enable debug")
|
||||
set (WITH_DEBUG_X11_LOCAL_MOVESIZE OFF CACHE BOOL "enable debug")
|
||||
set (WITH_DEBUG_XV OFF CACHE BOOL "enable debug")
|
||||
set (WITH_SAMPLE ON CACHE BOOL "samples")
|
||||
set (WITH_NO_UNDEFINED ON CACHE BOOL "don't link with undefined symbols")
|
||||
|
||||
Reference in New Issue
Block a user