文件操作 - ARTOS-GNU-C.cmake
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/cmake3/Modules/Platform/ARTOS-GNU-C.cmake
编辑文件内容
# Define ARTOS to select proper behaviour and tell preprocessor to accept C++ style comments. string(APPEND CMAKE_C_FLAGS_INIT " -DARTOS -Xp -+") # ac doesn't support -g properly and doesn't support the normal gcc optimization options. Just use the defaults set by ac. string(APPEND CMAKE_C_FLAGS_DEBUG_INIT " ") string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -DNDEBUG") string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -DNDEBUG") string(APPEND CMAKE_C_FLAGS_RELWITHDEBINFO_INIT " -DNDEBUG") # Most projects expect the stdio functions to be available. set(CMAKE_C_STANDARD_LIBRARIES_INIT "stdio.a")
修改文件时间
将文件时间修改为当前时间的前一年
删除文件