[Openmp-commits] [openmp] [Libomptarget] Rework Record & Replay to be a plugin member (PR #88928)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 16 09:53:53 PDT 2024


================
@@ -56,7 +56,7 @@ target_compile_definitions(PluginCommon PRIVATE
   DEBUG_PREFIX="PluginInterface"
 )
 
-target_compile_options(PluginCommon PUBLIC ${offload_compile_flags})
+target_compile_options(PluginCommon PUBLIC ${offload_compile_flags} -g -O0)
----------------
jhuber6 wrote:

Debugging, forgot about it.

https://github.com/llvm/llvm-project/pull/88928


More information about the Openmp-commits mailing list