-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcompile_flags.txt
More file actions
42 lines (42 loc) · 696 Bytes
/
compile_flags.txt
File metadata and controls
42 lines (42 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
-Isrc/kernel
-Isrc/
-Isrc/user
-Isrc/boot
-Isrc/launch
-Isrc/misc
-Isrc/libDDK
-Ipublic/tools
-Ipublic/tools/mk.app
-Ipublic/tools/mk.fwrk
-Ipublic/tools/mk.hefs
-Ipublic/tools/mk.nefs
-Ipublic/tools/ld.dyn
-Ipublic/tools/ld.fwrk
-Ipublic/tools/open
-Ipublic/frameworks
-Isrc/boot/BootKit
-Itools/
-I./
-std=c++20
-D__NE_AMD64__
-D__NE_ARM64__
-D__NEKERNEL__
-D__NE_ED__
-xc++
-D__AHCI__
-D__NEOSKRNL__
-DNE_USE_MBCI_FLASH
-D__ATA_DMA__
-D__NE_VEPM__
-Wall
-Wpedantic
-Wextra
-D__FSKIT_INCLUDES_OPENHEFS__
-D__FSKIT_INCLUDES_NEFS__
-D__FSKIT_INCLUDES_EXT2__
-D__NE_VIRTUAL_MEMORY_SUPPORT__
-DBOOTZ_GPT_SUPPORT
-D__x86_64__
-D__NE_USE_PEF__
-D__nekernel_max_cores=8
-D__nekernel_boot_core_index=0