diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2b9aee6..db6f0cf 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ AX_APPEND_FLAG([-DECC_TIMING_RESISTANT]) for flag in -Os -s -fno-unwind-tables -fno-asynchronous-unwind-tables \ -ffunction-sections -fdata-sections -Wl,--gc-sections \ - -fstack-protector-strong \ + -fstack-protector-strong -flto \ -Wl,-z,now -Wl,--hash-style=sysv -Wl,--build-id=none; do AX_CHECK_COMPILE_FLAG([${flag}], [AX_APPEND_FLAG([${flag}])]) done |