Disable a debug option 70/304270/1 accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_toolchain accepted/tizen_base_x_asan tizen_base accepted/tizen/base/20240124.021432 accepted/tizen/base/asan/20240305.000521 accepted/tizen/base/toolchain/20240301.141845 accepted/tizen/base/toolchain/20240301.141950 accepted/tizen/base/x/asan/20240412.003022
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 15 Jan 2024 06:04:40 +0000 (15:04 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 15 Jan 2024 06:06:25 +0000 (15:06 +0900)
Even if debug option is disabled, app can see the logs using VERBOSE option.

* !!! WARNING !!!
* This is a debug build of libcurl, do not use in production.

Change-Id: I779c9dde8cc949a192313e2510b01c50dc789448

packaging/curl.spec

index d53da79..9956e5f 100644 (file)
@@ -77,7 +77,7 @@ CFLAGS+=" -DTIZEN_TV_EXT"
 --with-ca-bundle=/etc/ssl/ca-bundle.pem \
 --with-icu-uc \
 --with-lber-lib=lber \
---enable-manual --enable-versioned-symbols --enable-ares --enable-debug --enable-curldebug \
+--enable-manual --enable-versioned-symbols --enable-ares \
 --disable-static \
 --with-nghttp2 \
 --without-zsh-functions-dir \