Skip to content

Commit

Permalink
-z,now
Browse files Browse the repository at this point in the history
  • Loading branch information
opcm authored Feb 26, 2024
1 parent b154402 commit b6fca23
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 @@ -45,7 +45,7 @@ if(UNIX) # APPLE, LINUX, FREE_BSD
message(STATUS "initial CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}")

# required PCM common flags
set (PCM_COMMON_FLAGS "-Wno-unknown-pragmas -fPIC")
set (PCM_COMMON_FLAGS "-Wno-unknown-pragmas -fPIC -z,now")

if(LINUX)
set (PCM_COMMON_FLAGS "${PCM_COMMON_FLAGS} -Wextra -DPCM_USE_PERF")
Expand Down

0 comments on commit b6fca23

Please sign in to comment.