File: Build

package info (click to toggle)
linux 6.16.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,724,644 kB
  • sloc: ansic: 26,563,350; asm: 271,335; sh: 144,039; python: 72,469; makefile: 57,135; perl: 36,821; xml: 19,553; cpp: 5,820; yacc: 4,915; lex: 2,955; awk: 1,667; sed: 28; ruby: 25
file content (9 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
perf-util-y += Context.o

CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum
CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
CFLAGS_Context.o += -Wno-switch-default -Wno-shadow

ifeq ($(CC_NO_CLANG), 1)
  CFLAGS_Context.o += -Wno-unused-command-line-argument
endif