We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1d62 commit 06348c5Copy full SHA for 06348c5
1 file changed
sw/cheri_toolchain.cmake
@@ -32,14 +32,14 @@ set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
32
set(LDS_DIR "${CMAKE_SOURCE_DIR}/device/lib/boot")
33
34
string(CONCAT CMAKE_CXX_FLAGS_INIT
35
- "-std=c++20 -O0 -g"
+ "-std=c++20 -O1 -g"
36
" -ffreestanding -static"
37
" -fno-builtin -fno-exceptions -fno-c++-static-destructors -fno-rtti"
38
" -Wall -Wextra"
39
)
40
41
string(CONCAT CMAKE_C_FLAGS_INIT
42
- "-std=c99 -O0 -g"
+ "-std=c99 -O1 -g"
43
44
" -fno-builtin"
45
0 commit comments