Add nodelete option for exit handler 50/286750/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 12 Jan 2023 08:57:08 +0000 (08:57 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 12 Jan 2023 08:57:08 +0000 (08:57 +0000)
commit59e2066a6a08472c4719d092a52470b366d994e9
treeaaccb16a6faa50a01e70d9fc141c65af3fd2eb85
parent24d4d18b0dfa86b9f9c70a2dc030ecd2c2d5929f
Add nodelete option for exit handler

If the process unloads the appcore-common library, the process will be
crashed by exit handler. While exiting the process, glibc calls the exit handler.
In that case, the process has crashed if the appcore-common library is unloaded.

Change-Id: I373af823d82bad4843bf66df749f56e2b24474ac
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tizen-cpp/app-core-cpp/CMakeLists.txt