Makefile.in (sg3_utils-1.47r908.tgz) | : | Makefile.in (sg3_utils-1.47r915.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 397 | skipping to change at line 397 | |||
@DEBUG_TRUE@DBG_CFLAGS = -Wextra -Wmisleading-indentation -Wduplicated-cond -Wlo gical-op -Wnull-dereference -Wshadow -Wjump-misses-init | @DEBUG_TRUE@DBG_CFLAGS = -Wextra -Wmisleading-indentation -Wduplicated-cond -Wlo gical-op -Wnull-dereference -Wshadow -Wjump-misses-init | |||
@DEBUG_FALSE@DBG_CPPFLAGS = | @DEBUG_FALSE@DBG_CPPFLAGS = | |||
@DEBUG_TRUE@DBG_CPPFLAGS = -DDEBUG | @DEBUG_TRUE@DBG_CPPFLAGS = -DDEBUG | |||
# For C++/clang testing | # For C++/clang testing | |||
# -std=<s> can be c99, c11, gnu11, etc. Default is gnu11 for C code | # -std=<s> can be c99, c11, gnu11, etc. Default is gnu11 for C code | |||
# -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more | # -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more | |||
AM_CPPFLAGS = -iquote ${top_srcdir}/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET _BITS=64 $(DBG_CPPFLAGS) | AM_CPPFLAGS = -iquote ${top_srcdir}/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET _BITS=64 $(DBG_CPPFLAGS) | |||
AM_CFLAGS = -Wall -W $(DBG_CFLAGS) | AM_CFLAGS = -Wall -W $(DBG_CFLAGS) | |||
# AM_CFLAGS = -Wall -W $(DBG_CFLAGS) -fanalyzer | ||||
# AM_CFLAGS = -Wall -W -Wextra -Wmisleading-indentation -Wduplicated-cond -Wdupl icated-branches -Wlogical-op -Wnull-dereference -Wshadow -Wjump-misses-init | # AM_CFLAGS = -Wall -W -Wextra -Wmisleading-indentation -Wduplicated-cond -Wdupl icated-branches -Wlogical-op -Wnull-dereference -Wshadow -Wjump-misses-init | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c11 | # AM_CFLAGS = -Wall -W -pedantic -std=c11 | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze | # AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c++14 | # AM_CFLAGS = -Wall -W -pedantic -std=c++14 | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c++1z | # AM_CFLAGS = -Wall -W -pedantic -std=c++1z | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c++20 | # AM_CFLAGS = -Wall -W -pedantic -std=c++20 | |||
lib_LTLIBRARIES = libsgutils2.la | lib_LTLIBRARIES = libsgutils2.la | |||
libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VE RSION} | libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VE RSION} | |||
libsgutils2_la_LIBADD = @GETOPT_O_FILES@ | libsgutils2_la_LIBADD = @GETOPT_O_FILES@ | |||
libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@ | libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |