diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-23 08:25:33 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-23 08:25:33 +0100 |
| commit | cb6d0477d6ea65b6364bfbcd872552bec6fbc22a (patch) | |
| tree | 4bcc69f640426800b9c9aa4fa39f1b9194250c46 /compile_flags.txt | |
| parent | 4994185717d086db1a4401aae933aa7241b5bb7d (diff) | |
ADD: Use C++23 on toolchain now, and add 'ld' CLI tool.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index b93c0ea8..25c4f779 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -7,7 +7,7 @@ -Ipublic/tools/make_fs -Ipublic/tools/open -Idev/Boot/BootKit --std=c++20 +-std=c++23 -D__NE_AMD64__ -D__NEOSKRNL__ -D__FSKIT_INCLUDES_NEFS__ |
