Fix antiword build

This commit is contained in:
simon987 2022-02-20 09:37:24 -05:00
parent 329afcbe4f
commit e89964d592

View File

@ -11,11 +11,6 @@ if (SIST_DEBUG)
antiword
DEBUG
)
else()
add_compile_definitions(
antiword
NDEBUG
)
target_compile_options(
antiword
PRIVATE
@ -25,6 +20,11 @@ else()
-fsanitize=address
-fno-inline
)
else()
add_compile_definitions(
antiword
NDEBUG
)
endif()
add_library(