mirror of https://github.com/FreeRDP/FreeRDP
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:
parent
b2428767b2
commit
b9e90bc250
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue