mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Reenable -DWITH_SANITIZE_ADDRESS=ON for i386 builds.
Now that the manpage helper tool is always build without address sanitizer there is no longer a reason to deactivate.
This commit is contained in:
@@ -4,12 +4,7 @@ NULL =
|
||||
|
||||
DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH), i386)
|
||||
SANATIZE_ADDRESS = -DWITH_SANITIZE_ADDRESS=OFF
|
||||
else
|
||||
SANATIZE_ADDRESS = -DWITH_SANITIZE_ADDRESS=ON
|
||||
endif
|
||||
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_SKIP_RPATH=FALSE \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=FALSE \
|
||||
|
||||
Reference in New Issue
Block a user