From 0f479346407df5ff18bcb20d0d5ce47407c6abbf Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 21 Aug 2019 03:01:31 -0700 Subject: [PATCH] Remove -g from hipBusBandwidth makefile (#1351) --- samples/1_Utils/hipBusBandwidth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/1_Utils/hipBusBandwidth/Makefile b/samples/1_Utils/hipBusBandwidth/Makefile index 418f25f8ed..45665adc45 100644 --- a/samples/1_Utils/hipBusBandwidth/Makefile +++ b/samples/1_Utils/hipBusBandwidth/Makefile @@ -5,7 +5,7 @@ endif HIPCC=$(HIP_PATH)/bin/hipcc EXE=hipBusBandwidth -CXXFLAGS = -O3 -g +CXXFLAGS = -O3 all: install