From bb8a10d416366fa016ca48831d1e709a0ad26eb1 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 6 Jun 2009 21:47:46 +0000 Subject: -Cg added to the options in order to get PIC code for the plugins. Remember to do a ./configure git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1802 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 3d4b6def..b98cf054 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -97,7 +97,7 @@ PFLAGS_EXTRA += @PFLAGS_EXTRA@ # - Note that fpc.cfg already defines -vinw, so add -v0 first # - The stack check (-Ct) might not work with enabled threading # - Do we need -Coi? -PFLAGS_BASE_DEFAULT := -Si -Sg- -Sc- -v0Binwe +PFLAGS_BASE_DEFAULT := -Si -Sg- -Sc- -Cg -v0Binwe PFLAGS_DEBUG_DEFAULT := -Xs- -g -gl -dDEBUG_MODE PFLAGS_RELEASE_DEFAULT := -Xs- -O2 PFLAGS_EXTRA_DEFAULT := -- cgit v1.2.3