Jump to content
TrinityCore

Compile time - master... slow


Maibenrai
 Share

Recommended Posts

#!/bin/bash
cd ~/src/TrinityCore
git pull origin master
cd build
make clean
cmake ../ -DCMAKE_INSTALL_PREFIX=/home/api/raidi/trinitycore -DCMAKE_BUILD_TYPE=RelWithDebug
make -j4
make install

----

Debian 8, kernel Linux 4.7.0-0.bpo.1-amd64 on x86_64

i3-3240 CPU @ 3.40GHz, 4 cores, KINGSTON SV300S37A120G, 603ABBF0, max UDMA/133, 8GB RAM

real    79m29.094s
user    297m44.220s
sys     7m40.536s

Link to comment
Share on other sites

  • 1 month later...
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...