Felipe Contreras <[email protected]> writes: > The ruby MakeMakefile generates a makefile that is suboptimal, which has > CFLAGS like this: > > CFLAGS = $(CCDLFLAGS) -march=x86-64 -mtune=generic \ > -O2 -pipe -fno-plt -fPIC $(ARCH_FLAG)
Ruby 2.7 doesn't seem to add -fno-plt, so this would be a change for some people building the ruby bindings. The flag is available from gcc 6.x (2016). For clang I guess it is 2017ish. If anyone thinks this is too recent of a toolchain dependence, now is your chance to object. d _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
