turn off ONE_OBJECT_FILE since we are building a static library

This commit is contained in:
scchan
2016-03-28 12:56:15 -05:00
orang tua 0087ee405e
melakukan 00ae9531a7
+1 -1
Melihat File
@@ -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.