hipcc: Link to shared HIP runtime by default

Change-Id: I5030e3245e4afb6863b401656ca5d1ad9ae84310


[ROCm/clr commit: 9b02f0d7e5]
This commit is contained in:
Maneesh Gupta
2017-01-04 12:39:09 +05:30
parent a22a75be44
commit ac59859a25
+1 -1
View File
@@ -193,7 +193,7 @@ my $needHipHcc = ($HIP_PLATFORM eq 'hcc'); # set if we need to link hip_hcc
my $printHipVersion = 0; # print HIP version
my $runCmd = 1;
my $buildDeps = 0;
my $linkType = 0;
my $linkType = 1;
my $setLinkType = 0;
my @options = ();