移除不必要的编译选项

This commit is contained in:
2023-11-26 00:22:09 +08:00
parent efeed1c18c
commit 44bc75ee1a
7 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER
# report: 打开编译报告
# g: 生成调试信息
# fxscope: 使用 xSCOPE对代码进行跟踪默认使用xlink
BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope
BUILD_FLAGS = -O2 -g -report -fxscope
USED_MODULES = lib_rgb

View File

@@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER
# report: 打开编译报告
# g: 生成调试信息
# fxscope: 使用 xSCOPE对代码进行跟踪默认使用xlink
BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope
BUILD_FLAGS = -O2 -g -report -fxscope
USED_MODULES = lib_rgb

View File

@@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER
# report: 打开编译报告
# g: 生成调试信息
# fxscope: 使用 xSCOPE对代码进行跟踪默认使用xlink
BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope
BUILD_FLAGS = -O2 -g -report -fxscope
USED_MODULES = lib_rgb lib_xcore_math

View File

@@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER
# report: 打开编译报告
# g: 生成调试信息
# fxscope: 使用 xSCOPE对代码进行跟踪默认使用xlink
BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope
BUILD_FLAGS = -O2 -g -report -fxscope
USED_MODULES = lib_rgb

View File

@@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER
# report: 打开编译报告
# g: 生成调试信息
# fxscope: 使用 xSCOPE对代码进行跟踪默认使用xlink
BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope
BUILD_FLAGS = -O2 -g -report -fxscope
USED_MODULES = lib_rgb

View File

@@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER
# report: 打开编译报告
# g: 生成调试信息
# fxscope: 使用 xSCOPE对代码进行跟踪默认使用xlink
BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope
BUILD_FLAGS = -O2 -g -report -fxscope
USED_MODULES = lib_rgb

View File

@@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER
# report: 打开编译报告
# g: 生成调试信息
# fxscope: 使用 xSCOPE对代码进行跟踪默认使用xlink
BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope
BUILD_FLAGS = -O2 -g -report -fxscope
USED_MODULES = lib_rgb