From 6a2fe0f14972e955e466a0d36f3a8b1d15dc3fcc Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Mon, 4 Jan 2021 06:17:04 +0000 Subject: sg_raw: add --cmdset option to bypass cdb heuristic, add --scan= first_opcode,last_opcode; bug fixes git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@872 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c6581efa..46d34665 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,6 +59,7 @@ AM_CFLAGS = -Wall -W $(DBG_CFLAGS) # AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze # AM_CFLAGS = -Wall -W -pedantic -std=c++14 # AM_CFLAGS = -Wall -W -pedantic -std=c++1z +# AM_CFLAGS = -Wall -W -pedantic -std=c++20 sg_bg_ctl_LDADD = ../lib/libsgutils2.la -- cgit v1.2.3