• Rong Tao's avatar
    Fix compile lto-wrapper warning for aarch64 (#11926) · d6910983
    Rong Tao authored
    
    
    Use -flto=auto to use GNU make's job server, if available, or otherwise fall
    back to autodetection of the number of CPU threads present in your system.
    
      Warnings:
    
      lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
      lto-wrapper: note: see the ‘-flto’ option documentation for more information
      lto-wrapper: warning: using serial compilation of 4 LTRANS jobs
      lto-wrapper: note: see the ‘-flto’ option documentation for more information
      lto-wrapper: warning: using serial compilation of 31 LTRANS jobs
      lto-wrapper: note: see the ‘-flto’ option documentation for more information
    Signed-off-by: default avatarRong Tao <rongtao@cestc.cn>
    d6910983
Makefile 16 KB