bugfix: binary_storage: check before writing a key with an empty value. Added test.
[rrq/fuse_xattrs.git] / CMakeLists.txt
index 9f2d870c2ebc54719578cdaf18addb5deaf36d29..a17e2b355c3f756c70ecc07db62cf4d6641de444 100644 (file)
@@ -46,6 +46,8 @@ add_definitions (-D_FILE_OFFSET_BITS=64)
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")
 
+set(CMAKE_C_FLAGS "-O3")
+
 option(ENABLE_CODECOVERAGE "Enable code coverage testing support" )
 if(ENABLE_CODECOVERAGE)
     include (CodeCoverage)
@@ -74,7 +76,7 @@ target_link_libraries (
 install (TARGETS fuse_xattrs DESTINATION bin)
 install (
         FILES ${CMAKE_CURRENT_BINARY_DIR}/fuse_xattrs.1
-        DESTINATION man/man1
+        DESTINATION share/man/man1
         COMPONENT doc
 )