Compile time - master... slow

#!/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


[FONT=Verdana]Debian 8, kernel Linux 4.7.0-0.bpo.1-amd64 on x86_64[/FONT]

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

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

That is horrible…

What is your compile time Release (that is debug) ?

go switch clang.