14
0
forked from pool/micropython

Accepting request 1138975 from home:Andreas_Schwab:Factory

- Build with %optflags

OBS-URL: https://build.opensuse.org/request/show/1138975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=23
This commit is contained in:
2024-01-15 14:58:26 +00:00
committed by Git OBS Bridge
parent c062ceb1da
commit 609b7c67e3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 15 14:54:02 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Build with %optflags
-------------------------------------------------------------------
Mon Jan 8 02:06:11 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -42,7 +42,7 @@ sed -i -e "s:/usr/lib/micropython:%{_prefix}/lib/micropython:g" "ports/unix/main
%define make_flags V=1 MICROPY_PY_BTREE=0 MICROPY_PY_USSL=0
%build
export CFLAGS="$CFLAGS -Wno-dangling-pointer"
export CFLAGS="%optflags -Wno-dangling-pointer"
%make_build -C mpy-cross
%make_build -C ports/unix STRIP=true