diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:49:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:49:33 +0100 |
| commit | 18d33e155d2f56e59eb49dadbb30ab2f7ac3e852 (patch) | |
| tree | 4a24443d19e709627f38aead9cd1629c564734df /compile_flags.txt | |
| parent | 2e0f715fd917e9953daa02e6310aa32f3d697251 (diff) | |
feat: fix magic number of BootNet module, and fix compile_flags.txt
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 4e3bed0..8a21070 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,3 +1,4 @@ -I./ --std=c17 +-std=c++20 -I./vendor/ +-xc++
\ No newline at end of file |
