Skip to content

Commit

Permalink
CMake: Test Malloc as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Kniggebrot committed Oct 22, 2024
1 parent ffb1840 commit 8137c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.28)
project(ccronexpr C)

set(CMAKE_C_STANDARD 11)
add_compile_definitions(CRON_TEST_MALLOC=1)

include_directories(.)

Expand Down

0 comments on commit 8137c52

Please sign in to comment.