From 24f214e92add1f295d6ac61f3dfb0135f45efbdf Mon Sep 17 00:00:00 2001 From: scchan Date: Mon, 28 Mar 2016 12:56:15 -0500 Subject: [PATCH] turn off ONE_OBJECT_FILE since we are building a static library [ROCm/hip commit: 00ae9531a7b43e0825e46119f1b2b86b085e00b5] --- projects/hip/include/hcc_detail/hip_hcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hcc_detail/hip_hcc.h b/projects/hip/include/hcc_detail/hip_hcc.h index 9000602ff1..1784acc67f 100644 --- a/projects/hip/include/hcc_detail/hip_hcc.h +++ b/projects/hip/include/hcc_detail/hip_hcc.h @@ -117,7 +117,7 @@ struct ihipDevice_t; // #include CPP files to produce one object file -#define ONE_OBJECT_FILE 1 +#define ONE_OBJECT_FILE 0 // Compile support for trace markers that are displayed on CodeXL GUI at start/stop of each function boundary.