Skip to content

Commit

Permalink
-z,now (#689)
Browse files Browse the repository at this point in the history
* -z,now

* Linux-only -z,now
  • Loading branch information
opcm authored Feb 26, 2024
1 parent b154402 commit 59c8308
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 @@ -48,7 +48,7 @@ if(UNIX) # APPLE, LINUX, FREE_BSD
set (PCM_COMMON_FLAGS "-Wno-unknown-pragmas -fPIC")

if(LINUX)
set (PCM_COMMON_FLAGS "${PCM_COMMON_FLAGS} -Wextra -DPCM_USE_PERF")
set (PCM_COMMON_FLAGS "${PCM_COMMON_FLAGS} -z,now -Wextra -DPCM_USE_PERF")

if(NOT DEFINED LINUX_SYSTEMD)
set(LINUX_SYSTEMD FALSE)
Expand Down

0 comments on commit 59c8308

Please sign in to comment.