Skip to content

Commit

Permalink
remove hardcoded -g
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemine committed Aug 21, 2024
1 parent 6b02421 commit 0d88188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.mak
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ endif
$(OCAMLOPT) $(OCAMLOPTFLAGS) $(OCAMLINC) -c $<

%.$(OBJSUFFIX): %.c
$(OCAMLC) -ccopt "$(CFLAGS) -g" -c $<
$(OCAMLC) -ccopt "$(CFLAGS)" -c $<

clean:
/bin/rm -rf *.$(OBJSUFFIX) *.$(LIBSUFFIX) *.$(DLLSUFFIX) *.cmi *.cmo *.cmx *.cmxa *.cmxs *.cma *.cmt *.cmti *~ \#* depend test $(AUTOGEN) tmp.c depend
Expand Down

0 comments on commit 0d88188

Please sign in to comment.