Sfoglia il codice sorgente

Set stxp70v4 build type to Release as default.

Ioannis Koutras 13 anni fa
parent
commit
a260b7c23f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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)
+