8000 tools/ci.sh: Build NUCLEO_H743ZI with -O2 optimisation level. · micropython/micropython@6a1dbaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a1dbaa

Browse files
committed
tools/ci.sh: Build NUCLEO_H743ZI with -O2 optimisation level.
This tests the build when -O2 is used, which can lead to additional compiler analysis and warnings. Signed-off-by: Damien George <damien@micropython.org>
1 parent 182256d commit 6a1dbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function ci_stm32_nucleo_build {
320320

321321
# Test building various MCU families, some with additional options.
322322
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_F091RC
323-
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_H743ZI CFLAGS_EXTRA='-DMICROPY_PY_THREAD=1'
323+
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_H743ZI COPT=-O2 CFLAGS_EXTRA='-DMICROPY_PY_THREAD=1'
324324
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_L073RZ
325325
make ${MAKEOPTS} -C ports/stm32 BOARD=NUCLEO_L476RG DEBUG=1
326326

0 commit comments

Comments
 (0)
0