diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 08:50:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 08:50:15 +0100 |
| commit | 1c8c5cff67b20d86c442b0917d6c1fc6407140df (patch) | |
| tree | 53ebea660bef14cdc2ff5b7ebefb4049f705f997 /compile_flags.txt | |
| parent | 073811d89c98d6e1c078a032ca2eedefebf80384 (diff) | |
feat! Breaking API changes of NeCTI's LibCompiler and LibDebugger.
what:
- They've now become CompilerKit and DebuggerKit.
- Expanding XCoff for NeBoot PowerPC backend.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 5537eca..576154d 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,9 +1,10 @@ -std=c++20 -Idev/ -Idev/src/ --Idev/LibCompiler/Detail +-Idev/CompilerKit/Detail -Isdk/ -I./ -DLC_USE_STRUCTS -xc++ --DLD_NEKERNEL_DEBUGGER
\ No newline at end of file +-DLD_NEKERNEL_DEBUGGER +-DLD_MACH_DEBUGGER
\ No newline at end of file |
