Zahra Heydari
Zahra Heydari

Reputation: 55

How to add and remove some flag to cmake in commandline?

In the command line ubuntu, I want to directly delete a series of flags contained in the source code of the HHVM when using cmake for install HHVM, if available, and add another set of flags to it. What should I do about this? please guide me.

for use linker -Wl,--emit-relocs should don't use -E , -s and -c.

example :

$ cmake + (-O3 -fno-reorder-blocks-and-partition -Wl,--emit-relocs)

and

$ cmake - (-E ,-s,-c)

Upvotes: 1

Views: 223

Answers (0)

Related Questions