Skip to content

Commit

Permalink
Test with -g flag, strict=1, mem_ptr=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed Mar 12, 2024
1 parent 7ec940f commit 71f03ab
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 @@ -299,7 +299,7 @@ elseif (CMAKE_C_COMPILER_ID STREQUAL "Intel")

# = 1: Force pointer cast memory access
# (only effective when STRICT=1)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DPORTABLE_MEM_PTR_ACCESS=0")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DPORTABLE_MEM_PTR_ACCESS=1")

# = 1 : DebugMake sure we know which branch of pmemaccess.h we use, this will fail build.
# (only effective when STRICT=1)
Expand Down

0 comments on commit 71f03ab

Please sign in to comment.