diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-04-17 23:04:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-04-18 07:41:21 +0200 |
commit | 55b9706bea5aa9b654ab39bc7d56339422e17087 (patch) | |
tree | 0f1f2c4307d6e8f50590e1c4b809bb7fca53fdc4 /configure.ac | |
parent | 842812a01c9ff959308a1d373fc5daae10304005 (diff) |
Do use -O1 for Apple Clang older than 9.1.0
Don't want to risk breaking something by using -O2 with an older
Clang, even if I don't remember exactly what the issue was when
introducing the -O1 in 7b660e1423554928350e1de2cd4cb7eb577a27ec.
Change-Id: I2adeb0e8eb85a9b5021fca3d9e1e703cb5604a81
Reviewed-on: https://gerrit.libreoffice.org/53068
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dbd524126005..717e7c1e3d4f 100644 --- a/configure.ac +++ b/configure.ac @@ -3635,6 +3635,7 @@ if test "$COM_IS_CLANG" = TRUE; then AC_DEFINE_UNQUOTED(CLANG_FULL_VERSION,$CLANG_FULL_VERSION) fi AC_SUBST(COM_IS_CLANG) +AC_SUBST(CLANGVER) SHOWINCLUDES_PREFIX= if test "$_os" = WINNT; then |