Lines Matching +full:self +full:- +full:working

73     CFLAGS="$SAVED_CFLAGS -Wstrict-overflow"
75 [if $CC can handle -Wstrict-overflow],
87 CFLAGS="$SAVED_CFLAGS -Winit-self"
89 [if $CC can handle -Winit-self],
104 # This causes a bunch of distracting warnings due to -Wformat.
106 CFLAGS="$SAVED_CFLAGS -Wno-format -Wno-format-security"
108 [if $CC can handle -Wno-format -Wno-format-security],
122 CC_NOFORMAT="-Wno-format -Wno-format-security"
123 CFLAGS="$SAVED_CFLAGS -Wformat -Wno-format-truncation -Werror"
125 [if $CC can handle -Wformat -Wno-format-truncation],
146 # NetBSD will link but likely not run with --gc-sections
149 # --gc-sections causes attempt to load as linux elf, with
153 # fail even with Linux emulation working as designed.
155 # to a NetBSD host with Linux emulation working.
157 CFLAGS="$CFLAGS -Wl,--gc-sections"
188 if test "X$cross_compiling" = "Xyes" || grep gc-sections conftest.err ; then
203 LDADD_LIBNTP="-Wl,--gc-sections"
204 CFLAGS_NTP="$CFLAGS_NTP -ffunction-sections -fdata-sections"
210 CFLAGS_NTP="$CFLAGS_NTP -Wall"
211 CFLAGS_NTP="$CFLAGS_NTP -Wcast-align"
212 CFLAGS_NTP="$CFLAGS_NTP -Wcast-qual"
213 # CFLAGS_NTP="$CFLAGS_NTP -Wconversion"
214 # CFLAGS_NTP="$CFLAGS_NTP -Werror"
215 # CFLAGS_NTP="$CFLAGS_NTP -Wextra"
216 # CFLAGS_NTP="$CFLAGS_NTP -Wfloat-equal"
217 CFLAGS_NTP="$CFLAGS_NTP -Wmissing-prototypes"
218 CFLAGS_NTP="$CFLAGS_NTP -Wpointer-arith"
219 CFLAGS_NTP="$CFLAGS_NTP -Wshadow"
220 # CFLAGS_NTP="$CFLAGS_NTP -Wtraditional"
221 # CFLAGS_NTP="$CFLAGS_NTP -Wwrite-strings"
224 CFLAGS_NTP="$CFLAGS_NTP -Winit-self"
228 CFLAGS_NTP="$CFLAGS_NTP -Wstrict-overflow"
232 CFLAGS_NTP="$CFLAGS_NTP -Wno-format-truncation"
234 # -W[no-]strict-prototypes might be added by NTP_OPENSSL