aboutsummaryrefslogtreecommitdiff
path: root/testing/Makefile
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2019-12-06 19:21:44 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2019-12-06 19:21:44 +0000
commit4b4f37348b25f04b6f2f898aeebc6f5246e56831 (patch)
treeaf52b1a76e9aa3e80891125a8455218f74b776ca /testing/Makefile
parent207e52594d920e902f839b8e1aeac0e0abc476f5 (diff)
downloadsg3_utils-4b4f37348b25f04b6f2f898aeebc6f5246e56831.tar.gz
changes for zbc2r04, awaiting new mode page number; sgh_dd
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@836 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'testing/Makefile')
-rw-r--r--testing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/Makefile b/testing/Makefile
index 34c746c2..a9718f8c 100644
--- a/testing/Makefile
+++ b/testing/Makefile
@@ -28,10 +28,10 @@ LD = $(CXX)
CXXLD = $(CXX)
CPPFLAGS = -iquote ../include -iquote .. -D_REENTRANT $(LARGE_FILE_FLAGS) -DHAVE_CONFIG_H -DHAVE_NVME
-CXXFLAGS = -std=c++17 -pthread -g -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_FLAGS)
+CXXFLAGS = -std=c++17 -pthread -ggdb -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_FLAGS)
# CPPFLAGS = -iquote ../include -iquote .. -D_REENTRANT $(LARGE_FILE_FLAGS) -DHAVE_CONFIG_H -DHAVE_NVME -DDEBUG
# CFLAGS = -g -O2 -W -Wall
-CFLAGS = -g -O2 -W -Wall -DDEBUG
+CFLAGS = -ggdb -O2 -W -Wall -DDEBUG
# CFLAGS = -g -O2 -Wall -DSG_KERNEL_INCLUDES
# CFLAGS = -g -O2 -Wall -pedantic
# CFLAGS = -Wall -W -pedantic -std=c11 --analyze