Remove -g from hipBusBandwidth makefile (#1351)
[ROCm/hip-tests commit: 0f47934640]
This commit is contained in:
committed by
Maneesh Gupta
parent
f88adb7019
commit
88efd2b870
@@ -5,7 +5,7 @@ endif
|
||||
HIPCC=$(HIP_PATH)/bin/hipcc
|
||||
|
||||
EXE=hipBusBandwidth
|
||||
CXXFLAGS = -O3 -g
|
||||
CXXFLAGS = -O3
|
||||
|
||||
all: install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user