How does parsing speed up mysql compilation

  • 2020-05-19 06:03:48
  • OfStack

You can add the following three parameters
� without debug - with - client - ldflags = - all - static - with - mysqld - ldflags = - all - static

But it also introduces the problem that statically compiled mysqld is larger than dynamically compiled mysqld, which can be ignored here.

Note that mysql-5.1.45 do not static compile, personal experience with this version of static compilation can lead to a lot of problems!


Related articles: