diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-28 11:14:24 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-05-04 16:48:25 +0200 |
commit | 079659eb7d15f15a37f1f508beb5cffe24fe6f25 (patch) | |
tree | e03670f501dbb9e52ba78a2ff226a2d4fbdee4bd /config_host.mk.in | |
parent | 405ab5c3307948bfcf12670d7ac6df0b86fb8832 (diff) |
Drop --with-iwyu option
Nowadays the bin/find-unneeded-includes script is a better
solution for this problem
This essentially reverts the commits:
c716b3888e7e8150d1c1053ee6550afb56438b1f
096c7e889f3b9bd42a81fb0216e2a68fb27159fc
40e7eecb7efeeb9af59206d7a9c82ac55adf5279
Change-Id: I404a4b34176efaacf961605559af9de6d6cba10a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133540
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index e129b28bfeee..df8205e8ad1d 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -338,7 +338,6 @@ export INSTDIR_FOR_BUILD=@INSTDIR_FOR_BUILD@ export INSTROOT=@INSTROOT@ export INSTROOTBASE=@INSTROOTBASE@ export INSTROOT_FOR_BUILD=@INSTROOT_FOR_BUILD@ -export IWYU_PATH=@IWYU_PATH@ export JAVACOMPILER=@JAVACOMPILER@ export JAVADOC=@JAVADOC@ export JAVADOCISGJDOC=@JAVADOCISGJDOC@ |