diff --git a/CMakeLists.txt b/CMakeLists.txt index fcf6287015119ced46d6c135a2bbfbfc3571cb4f..1d101654e8fa713c46dedcb7629bedecafee4a10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.0) option(USE_OPENMP "openmp support" ON) option(DEBUGING "enable debug mode" OFF) -option(USE_EXCEPTION "use std exception" OFF) +option(USE_EXCEPTION "use std exception" ON) option(SYMBOL_HIDDEN "symbol hidden" OFF) # on when use jni or ios io option(LOG_PROFILE "log profile" OFF) # select the platform to build