2015-02-13 10:43:21 +01:00
|
|
|
---
|
|
|
|
configure.ac | 4 ----
|
2015-06-23 14:56:50 +02:00
|
|
|
1 file changed, 4 deletions(-)
|
2015-02-13 10:43:21 +01:00
|
|
|
|
2015-06-23 14:56:50 +02:00
|
|
|
Index: systemd-221/configure.ac
|
2015-02-13 10:43:21 +01:00
|
|
|
===================================================================
|
2015-06-23 14:56:50 +02:00
|
|
|
--- systemd-221.orig/configure.ac
|
|
|
|
+++ systemd-221/configure.ac
|
|
|
|
@@ -194,10 +194,6 @@ AS_CASE([$CC], [*clang*],
|
2015-02-13 10:43:21 +01:00
|
|
|
-Wno-gnu-variable-sized-type-not-at-end \
|
|
|
|
])])
|
|
|
|
|
2015-06-23 14:56:50 +02:00
|
|
|
-AS_CASE([$CFLAGS], [*-O[[12345sz\ ]]*],
|
2014-03-13 14:46:47 +01:00
|
|
|
- [CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
|
2015-02-13 10:43:21 +01:00
|
|
|
- -flto -ffat-lto-objects])],
|
2014-03-13 14:46:47 +01:00
|
|
|
- [AC_MSG_RESULT([skipping -flto, optimization not enabled])])
|
2015-02-13 10:43:21 +01:00
|
|
|
AC_SUBST([OUR_CFLAGS], "$with_cflags $sanitizer_cflags")
|
2014-03-13 14:46:47 +01:00
|
|
|
|
2015-06-23 14:56:50 +02:00
|
|
|
AS_CASE([$CFLAGS], [*-O[[12345sz\ ]]*],
|