Lines Matching +full:gcc +full:- +full:powerpc64 +full:- +full:linux +full:- +full:gnu
69 # This is active if --enable-debug given to ./configure
70 # removed -Wduplicated-branches because needs gcc-8
71 DBG_CFLAGS = -Wextra -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference -Ws…
72 DBG_CPPFLAGS = -DDEBUG
79 ## CC = gcc-9
84 ## CC = powerpc64-linux-gnu-gcc
86 # -std=<s> can be c99, c11, gnu11, etc. Default is gnu11 for C code
87 # -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more
88 AM_CPPFLAGS = -iquote ${top_srcdir}/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $(DBG_CPPF…
89 AM_CFLAGS = -Wall -W $(DBG_CFLAGS)
90 # AM_CFLAGS = -Wall -W $(DBG_CFLAGS) -fanalyzer
91 …FLAGS = -Wall -W -Wextra -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches -Wlogica…
92 # AM_CFLAGS = -Wall -W -pedantic -std=c11
93 # AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze
94 # AM_CFLAGS = -Wall -W -pedantic -std=c++11
95 # AM_CFLAGS = -Wall -W -pedantic -std=c++14
96 # AM_CFLAGS = -Wall -W -pedantic -std=c++1z
97 # AM_CFLAGS = -Wall -W -pedantic -std=c++20
98 # AM_CFLAGS = -Wall -W -pedantic -std=c++23
102 libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VERSION}