Home
last modified time | relevance | path

Searched refs:OTHER_CFLAGS (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.141.3/tests/
H A DMakefile26 OTHER_CFLAGS = -Weverything -Wno-gnu-union-cast -Wno-missing-field-initializers -Wno-partial-avail… macro
27 OTHER_CFLAGS += -Wno-missing-noreturn -Wno-vla -Wno-reserved-id-macro -Wno-documentation-unknown-co…
28 OTHER_CFLAGS += -Wno-padded -Wno-used-but-marked-unused -Wno-covered-switch-default -Wno-nullabilit…
29 OTHER_CFLAGS += -Wno-gnu-empty-initializer -Wno-unused-macros -Wno-undef -Wno-fixed-enum-extension
30 OTHER_CFLAGS += -Wno-gnu-auto-type -Wno-switch-enum -Wno-variadic-macros
31 OTHER_CFLAGS += --std=gnu11 -isystem $(SDKROOT)/System/Library/Frameworks/System.framework/PrivateH…
32 OTHER_CFLAGS += -UT_NAMESPACE_PREFIX -DT_NAMESPACE_PREFIX=xnu -DT_LEAKS_DISABLE=1
33 OTHER_CFLAGS += -F $(SDKROOT)/System/Library/PrivateFrameworks
55 atm_diagnostic_flag: OTHER_CFLAGS += drop_priv.c
58 atm_diagnostic_flag_entitled: OTHER_CFLAGS += drop_priv.c
[all …]
/xnu-8796.141.3/tests/recount/
H A DMakefile5 recount/thread_selfcounts_tests: OTHER_CFLAGS += -l darwintest_utils
7 recount/rusage_tests: OTHER_CFLAGS += -l darwintest_utils
9 recount/recount_tests: OTHER_CFLAGS += -l darwintest_utils
11 recount/recount_perf_tests: OTHER_CFLAGS += -l darwintest_utils
12 recount/recount_perf_tests: OTHER_CFLAGS += -Wno-bad-function-cast
/xnu-8796.141.3/tests/ktrace/
H A DMakefile7 ktrace/kdebug_tests: OTHER_CFLAGS += test_utils.c
12 ktrace/kdebug_coproc_tests: OTHER_CFLAGS += test_utils.c
19 ktrace/kperf_tests: OTHER_CFLAGS += ktrace/kperf_helpers.c drop_priv.c
23 ktrace/kperf_backtracing_tests: OTHER_CFLAGS += ktrace/kperf_helpers.c
/xnu-8796.141.3/libsyscall/
H A DLibsyscall.xcconfig26 OTHER_CFLAGS = -fdollars-in-identifiers -no-cpp-precomp -fno-common -fno-stack-protector -fno-stack…
27 OTHER_CFLAGS[sdk=macosx*][arch=i386] = $(inherited) -UNO_SYSCALL_LEGACY -DSYSCALL_PRE1050
28 OTHER_CFLAGS[sdk=macosx*][arch=x86_64*] = $(inherited) -DSYSCALL_PRE1050
/xnu-8796.141.3/tools/tests/testkext/testkext.xcodeproj/
H A Dproject.pbxproj293 OTHER_CFLAGS = "-fprofile-instr-generate";
340 OTHER_CFLAGS = "-fprofile-instr-generate";
/xnu-8796.141.3/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj1021 OTHER_CFLAGS = "";
1039 OTHER_CFLAGS = "-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders";
1155 OTHER_CFLAGS = "";
1191 OTHER_CFLAGS = "";
1201 OTHER_CFLAGS = "-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders";
1211 OTHER_CFLAGS = "-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders";
/xnu-8796.141.3/makedefs/
H A DMakeInc.def286 OTHER_CFLAGS = $(RC_NONARCH_CFLAGS)
313 $(OTHER_CFLAGS)
586 SFLAGS_GEN = -D__ASSEMBLER__ -DASSEMBLER $(OTHER_CFLAGS)