Relaxed module/function restrictions (#33)

* Relaxed module/function restrictions

* Updated tests
Tento commit je obsažen v:
Jonathan R. Madsen
2022-03-23 00:28:25 -05:00
odevzdal GitHub
rodič f4e27d8aee
revize 4a18f55d34
5 změnil soubory, kde provedl 37 přidání a 23 odebrání
+3
Zobrazit soubor
@@ -356,6 +356,9 @@ set(TIMEMORY_USE_PERFETTO
set(TIMEMORY_USE_OMPT
${OMNITRACE_USE_OMPT}
CACHE BOOL "Enable OMPT support in timemory" FORCE)
set(TIMEMORY_USE_PAPI
${OMNITRACE_USE_PAPI}
CACHE BOOL "Enable PAPI support in timemory" FORCE)
set(TIMEMORY_USE_LIBUNWIND
ON
CACHE BOOL "Enable libunwind support in timemory")