Ondřej Surý

Results 205 comments of Ondřej Surý

> TIL! This doesn't sound very promising, however: > > ``` > Note that to make use of fast opens, you should use [ConnectEx](https://learn.microsoft.com/en-us/windows/desktop/api/Mswsock/nc-mswsock-lpfn_connectex) to make the initial connection, and...

FTR we use: `$(SPHINX_BUILD) -b man -d $(SPHINXBUILDDIR)/.doctrees/man $(man_SPHINXOPTS) $(SPHINXBUILDDIR)/man` to pre-build `.[158]in` and then we use: ``` man_SUBST = \ $(AM_V_SED)$(SED) \ -e 's,[@]PACKAGE_VERSION@,$(PACKAGE_VERSION),' \ -e 's,[@]RELEASE_DATE@,$(RELEASE_DATE),' \ -e...

@janstary I would recommend you to use less sarcasms and less foul language when you are talking about other people’s work.

A helper setuid utility should be used in such case.

Adding `-fPIE` doesn't help?