Opened 10 years ago

Closed 9 years ago

#2495 closed task (fixed)

Disable GCC variable tracking when compiling PHP/Java wrappers

Reported by: jng Owned by: jng
Priority: low Milestone: 3.0
Component: Build System Version:
Severity: trivial Keywords:
Cc: External ID:

Description

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.

Change History (1)

comment:1 by jng, 9 years ago

Resolution: fixed
Status: newclosed

Fixed r8433

Note: See TracTickets for help on using tickets.