소스 검색

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