Skip to content

Commit

Permalink
Update cmake/compiler_flag_sets/default.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Kirienko <pavel.kirienko@gmail.com>
  • Loading branch information
serges147 and pavel-kirienko committed May 15, 2024
1 parent abcfc14 commit a812139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compiler_flag_sets/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Release")
message(DEBUG "Release build. Setting optimization flags.")
list(APPEND C_FLAG_SET
"-O1"
"-fno-delete-null-pointer-checks"
"-fno-delete-null-pointer-checks" # https://github.com/OpenCyphal-Garage/libcyphal/pull/347#discussion_r1572254288
)
else()

Expand Down

0 comments on commit a812139

Please sign in to comment.