IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42140


Ignore:
Timestamp:
Mar 23, 2022, 1:15:38 PM (4 years ago)
Author:
eugene
Message:

adding -Wl,--allow-multiple-definition to support gcc >= 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/extsrc/gpcsw/gpcsrc/Make.Common

    r34800 r42140  
    163163CCWARN   = -Wall -Wstrict-prototypes # -Wshadow
    164164CFLAGS   = $(CCDEBUG) $(EXTRA_CFLAGS) $(CCWARN) $(CCDEFS) $(CCINCS) $(CCHACKS)
    165 LDFLAGS  = $(CCDEBUG) $(EXTRA_CFLAGS) $(CCLIBS)
     165LDFLAGS  = $(CCDEBUG) $(EXTRA_CFLAGS) $(CCLIBS) -Wl,--allow-multiple-definition
    166166CXXFLAGS = $(subst -Wstrict-prototypes,,$(CFLAGS))
    167167ARFLAGS  = -rc
Note: See TracChangeset for help on using the changeset viewer.