cache the size of the sidecar_dir path
[rrq/fuse_xattrs.git] / CMakeLists.txt
index 0caddcf78aae935ebc90a8cd72e259e3caa54df2..18bcb282797e29258884951a3323e63efd7c791b 100644 (file)
@@ -44,10 +44,12 @@ endif()
 # set required definitions
 add_definitions (-D_FILE_OFFSET_BITS=64)
 add_definitions (-D HAVE_UTIMENSAT=1)
+#add_definitions (-D DEBUG=1)
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")
 
 set(CMAKE_C_FLAGS "-O3")
+#set(CMAKE_C_FLAGS "-g -Wall")
 
 option(ENABLE_CODECOVERAGE "Enable code coverage testing support" )
 if(ENABLE_CODECOVERAGE)