Build aliBuild with c++14 or c++17

Hi all,
by default aliBuild is building with c++11. In order to profit from other functionalities of higher version, I want to build my software with c++14 or even c++17 if possible. Please is there any way to achieve that?

Regards,
Haidar.

Hello,
use “–defaults o2” option, then aliBuild will compile with 17 standard.

P.S. I’m using this option for aliroot std17

Best Regards,
Artur Furs.

Hi Artur,

thanks for your reply. That answers my question.

Regards,
Haidar.