I want to add some flags to the c and c++ compiler in the following file. How should I do this so as not to encounter an error?
FLAGS = -O3 -g -fno-reorder-blocks-and-partition -Wl,--emit-relocs
Please also mention the flags that need to be removed for these flags to work.
please guide me.
thanks.
this file is HPHPCompiler.cmake from HHVM project.