Makefile.am (sg3_utils-1.47r908.tgz) | : | Makefile.am (sg3_utils-1.47r915.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 87 | skipping to change at line 87 | |||
## CXX = g++ | ## CXX = g++ | |||
## CC = clang | ## CC = clang | |||
## CXX = clang++ | ## CXX = clang++ | |||
## CC = clang++ | ## CC = clang++ | |||
## CC = powerpc64-linux-gnu-gcc | ## CC = powerpc64-linux-gnu-gcc | |||
# -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} | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |