From c8e510ec65e401832a1a3d8493a20b6b6705f957 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 28 Jul 2021 17:04:21 -0700 Subject: Significantly speed up compilation with GCC Precompiled headers were broken because they weren't compiled with the same -fPIC setting as the rest of the code. Fix by just making everything use -fPIC. --- customext/customext.mk.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'customext') diff --git a/customext/customext.mk.in b/customext/customext.mk.in index 4107d18..a14e771 100644 --- a/customext/customext.mk.in +++ b/customext/customext.mk.in @@ -8,6 +8,4 @@ customext_srcs = \ dummy_rocc.cc \ cflush.cc \ -customext_CFLAGS = -fPIC - customext_install_shared_lib = yes -- cgit v1.1