[Mapguide-trac] [mapguide-trac] #2495: Disable GCC variable tracking when compiling PHP/Java wrappers
MapGuide Open Source
trac_mapguide at osgeo.org
Sun Oct 19 04:33:58 PDT 2014
#2495: Disable GCC variable tracking when compiling PHP/Java wrappers
----------------------------+-----------------------------------------------
Reporter: jng | Owner: jng
Type: task | Status: new
Priority: low | Milestone: 3.0
Component: Build System | Version:
Severity: trivial | Keywords:
External_id: |
----------------------------+-----------------------------------------------
When compiling the PHP and Java wrappers, the following message is shown
every time.
{{{
note: variable tracking size limit exceeded with -fvar-tracking-
assignments, retrying without
}}}
Since it seems that VTA will never work for these projects, there's no
point wasting time trying to build these projects with settings that will
never work which will require a subsequent re-build without said settings,
we should apply this flag for such projects:
{{{
-fno-var-tracking-assignments
}}}
Which will skip this time-wasting step.
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2495>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list