提交 f93cfa84 编写于 作者: W wangliu

modify code style

上级 19e62eaf
...@@ -17,7 +17,9 @@ if(DEBUGING) ...@@ -17,7 +17,9 @@ if(DEBUGING)
else() else()
message(STATUS "releasing") message(STATUS "releasing")
add_definitions(-fvisibility=hidden -fvisibility-inlines-hidden) add_definitions(-fvisibility=hidden -fvisibility-inlines-hidden)
add_definitions(-fno-exceptions) add_definitions(-DENABLE_EXCEPTION)
# add_definitions(-fno-exceptions)
endif() endif()
if(IS_MAC) if(IS_MAC)
...@@ -114,4 +116,4 @@ endif() ...@@ -114,4 +116,4 @@ endif()
add_library(paddle-mobile SHARED ${PADDLE_MOBILE_CC} ${PADDLE_MOBILE_H}) add_library(paddle-mobile SHARED ${PADDLE_MOBILE_CC} ${PADDLE_MOBILE_H})
#add_subdirectory(test) add_subdirectory(test)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册