瀏覽代碼

Set stxp70v4 build type to Release as default.

Ioannis Koutras 13 年之前
父節點
當前提交
a260b7c23f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      toolchain-stxp70v4.cmake

+ 3 - 0
toolchain-stxp70v4.cmake

@@ -21,3 +21,6 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
 # for libraries and headers in the target directories
 SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER)
 SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER)
+
+set(CMAKE_BUILD_TYPE Release)
+