"Iyer, Balaji V" <balaji.v.i...@intel.com> writes: > # Compiler and linker flags. > GENERAL_FLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/runtime > -I$(top_srcdir)/runtime/config/$(config_dir) -DIN_CILK_RUNTIME=1 > -GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for > +# GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for
Just remove the line. > # Compiler and linker flags. > +# GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for Is this comment necessary? Aldy