everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
210ed711a3
commit
9713f0d47c
331 changed files with 478 additions and 478 deletions
|
@ -129,7 +129,7 @@ set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 "-std=c++20"
|
|||
set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b "-std=c++2b"
|
||||
"-Wno-register" "-Wno-volatile")
|
||||
|
||||
# Disable exeptions flag in C++
|
||||
# Disable exceptions flag in C++
|
||||
set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")
|
||||
|
||||
# Disable rtti in C++
|
||||
|
@ -159,7 +159,7 @@ endif()
|
|||
# gcc flag for a hosted (no-freestanding) application
|
||||
check_set_compiler_property(APPEND PROPERTY hosted -fno-freestanding)
|
||||
|
||||
# gcc flag for a freestandingapplication
|
||||
# gcc flag for a freestanding application
|
||||
set_compiler_property(PROPERTY freestanding -ffreestanding)
|
||||
|
||||
# Flag to enable debugging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue