disable rocrv2, properly

此提交包含在:
Ben Sander
2016-02-27 03:31:30 -06:00
父節點 3238185276
當前提交 ea09557e1b
共有 3 個檔案被更改,包括 4 行新增5 行删除
+1 -1
查看文件
@@ -290,7 +290,7 @@ hipcc adds the necessary libraries for HIP as well as for the accelerator compil
### -lm Option
hcc does not add “-lm” by default. If you see errors about missing math functions at link time (e.g., "sqrt@@GLIBC_2.2.5"), ensure that “-lm” is in the link options.
hipcc adds -lm by default to the link command.
## Linking Code With Other Compilers