From ea708e749bfe151f9e28b80b80ae3be1fdb0f55d Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Wed, 12 Oct 2016 11:06:00 +0200 Subject: do_freebsd.sh: Set options for debug building. And that requires that the options need to be passed on completely to the cmake program as well. Thus adding """'s around the option argument with do_cmake.sh as well Signed-off-by: Willem Jan Withagen --- do_freebsd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'do_freebsd.sh') diff --git a/do_freebsd.sh b/do_freebsd.sh index 56c1dc2b114..f9e3029cd15 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -13,6 +13,7 @@ fi rm -rf build && ./do_cmake.sh "$*" \ -D CMAKE_BUILD_TYPE=Debug \ -D CMAKE_CXX_FLAGS_DEBUG="-O0 -g" \ + -D CMAKE_C_FLAGS_DEBUG="-O0 -g" \ -D ENABLE_GIT_VERSION=OFF \ -D WITH_BLKID=OFF \ -D WITH_FUSE=OFF \ -- cgit v1.2.3