summaryrefslogtreecommitdiffstats
path: root/hdrhistogram-fpic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'hdrhistogram-fpic.patch')
-rw-r--r--hdrhistogram-fpic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdrhistogram-fpic.patch b/hdrhistogram-fpic.patch
index 305bf81..53546b0 100644
--- a/hdrhistogram-fpic.patch
+++ b/hdrhistogram-fpic.patch
@@ -7,7 +7,7 @@
- set(CMAKE_C_FLAGS "-Wall -Wno-unknown-pragmas -Wextra -Wshadow -Winit-self -Wmissing-prototypes -D_GNU_SOURCE")
- set(CMAKE_C_FLAGS_DEBUG "-O0 -g")
- set(CMAKE_C_FLAGS_RELEASE "-O3 -g")
-+ set(CMAKE_C_FLAGS "-fPIC -D_GNU_SOURCE")
++ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -D_GNU_SOURCE")
endif()
if(WIN32)