Remove -g from hipBusBandwidth makefile (#1351)

This commit is contained in:
Rahul Garg
2019-08-21 03:01:31 -07:00
committed by Maneesh Gupta
parent c42075715b
commit b3a0d4266b
+1 -1
View File
@@ -5,7 +5,7 @@ endif
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipBusBandwidth
CXXFLAGS = -O3 -g
CXXFLAGS = -O3
all: install