ソースを参照

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)
+