解决中断冲突
This commit is contained in:
@ -47,8 +47,8 @@ CMAKE_BUILD_TYPE:STRING=Debug
|
||||
//Enable colored diagnostics throughout.
|
||||
CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_CXX_COMPILER:UNINITIALIZED=D:/lijie_tools/clion_cubemx/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-g++.exe
|
||||
//CXX compiler
|
||||
CMAKE_CXX_COMPILER:STRING=D:/lijie_tools/clion_cubemx/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-g++.exe
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
@ -73,8 +73,8 @@ CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_C_COMPILER:UNINITIALIZED=D:/lijie_tools/clion_cubemx/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe
|
||||
//C compiler
|
||||
CMAKE_C_COMPILER:STRING=D:/lijie_tools/clion_cubemx/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
@ -130,7 +130,7 @@ CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/IS3
|
||||
CMAKE_LINKER:FILEPATH=D:/lijie_tools/clion_cubemx/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-ld.exe
|
||||
|
||||
//make program
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/IRIS/AppData/Local/Programs/CLion 3/bin/ninja/win/x64/ninja.exe
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/IRIS/AppData/Local/Programs/CLION3~1/bin/ninja/win/x64/ninja.exe
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
|
Reference in New Issue
Block a user