Build: Avoid merging const strings under Armclang

Armclang default merges const strings with the same content, which
causes data access violation under high isolation levels. Apply
'--no_merge' to the linker to suppress this.

Change-Id: I1648c87206890b00659d6931389f6d4eefc6aef3
Signed-off-by: Shawn Shan <Shawn.Shan@arm.com>
1 file changed