Maibenrai Posted December 16, 2016 Report Share Posted December 16, 2016 #!/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 More sharing options...
CDawg Posted February 10, 2017 Report Share Posted February 10, 2017 That is horrible.... What is your compile time Release (that is debug) ? Link to comment Share on other sites More sharing options...
Aokromes Posted February 10, 2017 Report Share Posted February 10, 2017 go switch clang. Link to comment Share on other sites More sharing options...
Recommended Posts