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 2a52ed2 commit 5b8d80bCopy full SHA for 5b8d80b
.gitignore
@@ -1,5 +1 @@
1
-CMakeFiles
2
-CMakeCache.txt
3
-cmake_install.cmake
4
-Makefile
5
-libhv.dylib
+build/
CMakeLists.txt
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.4)
project(hv)
+set(CMAKE_MACOSX_RPATH 1)
6
+
7
set(CMAKE_C_FLAGS_RELEASE "-Wall -O2")
8
set(CMAKE_C_FLAGS_DEBUG "-g -O0")
9
set(CMAKE_BUILD_TYPE Release)
0 commit comments