Memory control e2e test (#115)
* Add memory control e2e test * Fix cmake for jemalloc
This commit is contained in:
committed by
Antonio Andelic
parent
ad4c80af13
commit
e8e4cd7f97
@@ -47,6 +47,6 @@ endif()
|
||||
|
||||
target_compile_options(jemalloc PRIVATE -Wno-redundant-decls)
|
||||
# for RTLD_NEXT
|
||||
target_compile_options(jemalloc PRIVATE -D_GNU_SOURCE)
|
||||
target_compile_definitions(jemalloc PRIVATE _GNU_SOURCE)
|
||||
|
||||
set_property(TARGET jemalloc APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS USE_JEMALLOC=1)
|
||||
|
||||
Reference in New Issue
Block a user