mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 18:44:24 +03:00
compilation fixes for debug mode
This commit is contained in:
committed by
Konstantinos Margaritis
parent
d7b247a949
commit
6d8f3b9ff8
@@ -761,11 +761,11 @@ if (NOT OPTIMISE)
|
||||
if (ARCH_IA32 OR ARCH_X86_64)
|
||||
set (hs_exec_SRCS
|
||||
${hs_exec_SRCS}
|
||||
src/util/simd/arch/x86/impl.cpp)
|
||||
src/util/supervector/arch/x86/impl.cpp)
|
||||
elseif (ARCH_ARM32 OR ARCH_AARCH64)
|
||||
set (hs_exec_SRCS
|
||||
${hs_exec_SRCS}
|
||||
src/util/simd/arch/arm/impl.cpp)
|
||||
src/util/supervector/arch/arm/impl.cpp)
|
||||
endif ()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user