How to add ACLiC to standalone cling?

Hi folks,

How to add ACLiC function to standalone cling, any advisor?

root has some special ACLiC support which is not in standalone cling!

Tks,
Cong

got it, https://github.com/root-project/root/blob/master/core/base/src/TSystem.cxx#L2864

tks:)

Yup - TSystem::CompileMacro() is your friend. There is a couple of infrastructure ingredients, too - but this should get you started.