We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc1c3f commit c9cef7cCopy full SHA for c9cef7c
CHANGES.md
@@ -1,6 +1,7 @@
1
## v0.0.2 (2022-07-07)
2
3
* Moved repository
4
+* Compile with fPIC
5
6
## v0.0.1 (2022-07-07)
7
lib/libhdr_histogram/CMakeLists.txt
@@ -45,6 +45,7 @@ if(UNIX)
45
-Wshadow
46
-Winit-self
47
-Wpedantic
48
+ -fPIC
49
$<$<COMPILE_LANGUAGE:C>:-Wmissing-prototypes>)
50
add_definitions(-D_GNU_SOURCE)
51
endif()
0 commit comments