Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 886cef5

Browse files
committed
Use USE_SIGNAL_HANDLER by default set to ON in CMakeLists.txt
1 parent e2f5b47 commit 886cef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mxnet_option(USE_VTUNE "Enable use of Intel Amplifier XE (VTune)" OFF
4646
mxnet_option(ENABLE_CUDA_RTC "Build with CUDA runtime compilation support" ON)
4747
mxnet_option(BUILD_CPP_EXAMPLES "Build cpp examples" ON)
4848
mxnet_option(INSTALL_EXAMPLES "Install the example source files." OFF)
49-
mxnet_option(USE_SIGNAL_HANDLER "Print stack traces on segfaults." OFF)
49+
mxnet_option(USE_SIGNAL_HANDLER "Print stack traces on segfaults." ON)
5050
mxnet_option(USE_TENSORRT "Enable infeference optimization with TensorRT." OFF)
5151
mxnet_option(USE_ASAN "Enable Clang/GCC ASAN sanitizers." OFF)
5252
mxnet_option(ENABLE_TESTCOVERAGE "Enable compilation with test coverage metric output" OFF)

0 commit comments

Comments
 (0)