spec/testsuite/dl: Fix optimization flags

Updates #4944
This commit is contained in:
Chris Johns
2023-08-27 07:28:55 +10:00
parent 78001d5860
commit dcc6409f91
12 changed files with 23 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ includes:
- ${BSP_INCLUDES}
install: []
ldflags:
- ${TEST_OPTIMIZATION_FLAGS}
- ${COVERAGE_LINKER_FLAGS}
links:
- role: build-dependency

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []

View File

@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
cflags:
- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2023 On-Line Applications Research (OAR)
cppflags: []