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 /dev/Boot/Mod/SysChk/arm64.json | |
| 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 'dev/Boot/Mod/SysChk/arm64.json')
| -rw-r--r-- | dev/Boot/Mod/SysChk/arm64.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/Mod/SysChk/arm64.json b/dev/Boot/Mod/SysChk/arm64.json index 09d86309..77500bcd 100644 --- a/dev/Boot/Mod/SysChk/arm64.json +++ b/dev/Boot/Mod/SysChk/arm64.json @@ -7,7 +7,7 @@ "compiler_flags": [ "-ffreestanding", "-nostdlib", - "-std=c++20", + "-std=c++23", "-fno-rtti", "-fno-exceptions", "-fuse-ld=lld", |
