Disregard, It was a viewer cmake for llimagej2coj that did not work. ${OPENJPEG_LIBRARIES} ) +if (WINDOWS) + set_target_properties( + llimagej2coj + PROPERTIES + LINK_FLAGS "/MANIFEST:NO /SAFESEH:NO /LTCG /NODEFAULTLIB:LIBCMT" + LINK_FLAGS_DEBUG "/MANIFEST:NO /SAFESEH:NO /NODEFAULTLIB:LIBCMTD" + ) +endif (WINDOWS) \ No newline at end of file
On Wed, Nov 30, 2016 at 3:48 PM, Nicky Perian <nickyper...@gmail.com> wrote: > >> Is it just a question of add /LTCG to the jpeglib link command? > > I tired that and it didn't change anything. > > > On Wed, Nov 30, 2016 at 3:04 PM, Callum Prentice (Callum) < > cal...@lindenlab.com> wrote: > >> I'd like to fix that too. >> >> Is it just a question of add /LTCG to the jpeglib link command? I see >> that's done via an nmake makefile and then build via a .sln but I think I >> see where to add that command. >> >> On Wed, Nov 30, 2016 at 5:53 AM, Nicky Perian <nickyper...@gmail.com> >> wrote: >> >>> Would this be a good time to fix this warning? >>> >>> jpeglib.lib(jerror.obj) : MSIL .netmodule or module compiled with /GL >>> found; restarting link with /LTCG; add /LTCG to the link command line to >>> improve linker performance >>> >>> Thanks >>> >>> On Tue, Nov 29, 2016 at 10:30 PM, Nat Goodspeed <n...@lindenlab.com> >>> wrote: >>> >>>> On Nov 29, 2016 11:11 PM, "Nicky Perian" <nickyper...@gmail.com> wrote: >>>> >>>> > I am unable to get a windows 64 bit build environment. A learning >>>> issue for me. >>>> > What commands do you use to switch to 64 bit? >>>> >>>> I use: >>>> >>>> autobuild build --address-size=64 >>>> >>>> :-) >>>> >>>> But I don't yet have a clean 64-bit build on any platform. >>>> >>> >>> >>> _______________________________________________ >>> Policies and (un)subscribe information available here: >>> http://wiki.secondlife.com/wiki/OpenSource-Dev >>> Please read the policies before posting to keep unmoderated posting >>> privileges >>> >> >> >> >> -- >> >> CALLUM PRENTICE | Software Engineer >> >> LINDEN LAB | Create Virtual Experiences <http://www.lindenlab.com/> >> > >
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges