From 3abe7ec7ce99f499cfe2812b8af4807de0f3b037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20V=C3=A1zquez=20Blanco?= Date: Tue, 1 Aug 2023 10:01:17 +0200 Subject: [PATCH] meson: Fix warning in cross arm file --- cross_arm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross_arm.txt b/cross_arm.txt index ebaf0f38..91d6af82 100644 --- a/cross_arm.txt +++ b/cross_arm.txt @@ -12,7 +12,7 @@ gdb = 'arm-miosix-eabi-gdb' terminal= 'x-terminal-emulator' openocd = '/usr/local/bin/openocd' -[properties] +[built-in options] c_args = [ '-D_DEFAULT_SOURCE=1', '-ffunction-sections',