diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 17:52:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 17:52:52 +0200 |
| commit | c1d9fbd3925d6e10919a7793fc214c9f1a01b2ab (patch) | |
| tree | a74bdf6f87d07a24496effbc157f74d379d25007 /compile_flags.txt | |
| parent | 8988b6f166d1087615b21229df651e0bcc0fa048 (diff) | |
| parent | c3856eddb5a8146751dac82ad1ba4433f5ca6d6d (diff) | |
Merge pull request #14 from amlel-el-mahrouss/dev
tweak kernel, boot: use -Wall, -Werror, -Wpedantic now
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 00e05bb9..2787ef87 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -19,4 +19,7 @@ -D__x86_64__ -D__aarch64__ -DNE_USE_MBCI_FLASH --D__ATA_DMA__
\ No newline at end of file +-D__ATA_DMA__ +-Wall +-Wpedantic +-Wextra
\ No newline at end of file |
