Correctly call JitCompiler destructor

Fix cmake/ccache
This commit is contained in:
tevador 2019-05-18 00:14:43 +02:00
parent ec29d5320d
commit c5c891ff8e
3 changed files with 15 additions and 6 deletions

View file

@ -64,3 +64,6 @@ target_link_libraries(randomx
PRIVATE
${CMAKE_THREAD_LIBS_INIT})
set_property(TARGET randomx PROPERTY POSITION_INDEPENDENT_CODE ON)
# cheat because cmake and ccache hate each other
set_property(SOURCE src/jit_compiler_x86_static.S PROPERTY LANGUAGE C)