How to disable expression evaluation at compile time?

How to disable expression evaluation at compile time ?

f1(x) = x + 2  
f2(x) = x + f1(2)

f1() need evaluate at function call