diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2024-01-15 15:04:40 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2024-01-15 15:06:25 +0900 |
commit | 3f3284f0c64b2dde48f0b77ac865656713b2b459 (patch) | |
tree | 4f58db935817280aced25e707c3153888be59594 | |
parent | 631f2297881571f94237c56913416139a40fdeb3 (diff) | |
download | curl-accepted/tizen_base.tar.gz curl-accepted/tizen_base.tar.bz2 curl-accepted/tizen_base.zip |
Disable a debug optiontizen_9.0_m2_releaseaccepted/tizen/base/x/asan/20240412.003022accepted/tizen/base/toolchain/20240301.141950accepted/tizen/base/toolchain/20240301.141845accepted/tizen/base/asan/20240305.000521accepted/tizen/base/20240124.021432accepted/tizen/9.0/base/20241030.075822tizen_basetizen_9.0_baseaccepted/tizen_base_x_asanaccepted/tizen_base_toolchainaccepted/tizen_base_asanaccepted/tizen_baseaccepted/tizen_9.0_base
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
-rw-r--r-- | packaging/curl.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/curl.spec b/packaging/curl.spec index d53da79a9..9956e5f37 100644 --- a/packaging/curl.spec +++ b/packaging/curl.spec @@ -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 \ |