From 33cd595251be99ac9955e37b467a9918595b0163 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/clr commit: 3aa542e21bd5123608d7d599d2315668fd1b9fbe] --- projects/clr/hipamd/include/hcc_detail/hip_hcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hcc_detail/hip_hcc.h b/projects/clr/hipamd/include/hcc_detail/hip_hcc.h index 9000602ff1..1784acc67f 100644 --- a/projects/clr/hipamd/include/hcc_detail/hip_hcc.h +++ b/projects/clr/hipamd/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.