Hey Jason, Is there an easy way to build rdma-core without -O2 and with -g? I see these in CMakeCache.txt, but I'm not sure how to tweak them and utilize them when building. //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Default flags for Release configuration CMAKE_C_FLAGS_RELEASE:STRING=-O2 -g -DNDEBUG //Default flags for RelWithDebInfo configuration CMAKE_C_FLAGS_RELWITHDEBINFO:STRING='-O2 -g ' Thanks, Steve. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html