forked from Imagelibrary/rtems
libtests/malloc*: Disable compiler builtins
GCC 15 performs some optimizations based on compiler builtins which break the tests. Use -fno-builtin to disable the optimizations.
This commit is contained in:
committed by
Amar Takhar
parent
eb4f544689
commit
93958bde18
@@ -1,6 +1,7 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: test-program
|
||||
cflags: []
|
||||
cflags:
|
||||
- -fno-builtin
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: test-program
|
||||
cflags: []
|
||||
cflags:
|
||||
- -fno-builtin
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
|
||||
Reference in New Issue
Block a user