Skip to content

Commit

Permalink
Disable hardened flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASxa86 committed Jun 5, 2024
1 parent ce672cd commit 3558e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(PROJECT_ROOT_NAME aspire)
project(${PROJECT_ROOT_NAME})

option(BUILD_SHARED_LIBS "Enable building ${PROJECT_NAME} as shared libraries." ON)
option(BUILD_ENABLE_HARDENED "Enable hardened compiler options" ON)
option(BUILD_ENABLE_HARDENED "Enable hardened compiler options" OFF)
option(BUILD_TESTS "Enable building ${PROJECT_NAME} test applications." OFF)

set(PROJECT_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
Expand Down

0 comments on commit 3558e9b

Please sign in to comment.