Skip to content

Commit

Permalink
Do not use -O0 in asmrun's Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shindere committed Dec 12, 2016
1 parent fbc3dce commit 0c828ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asmrun/Makefile
Expand Up @@ -62,7 +62,7 @@ PICFLAGS=$(FLAGS) $(SHAREDCCCOMPOPTS)
ASPPFLAGS = -DSYS_$(SYSTEM)
ifeq "$(UNIX_OR_WIN32)" "unix"
ASPPFLAGS += -DMODEL_$(MODEL)
CFLAGS=$(FLAGS) -g -O0
CFLAGS=$(FLAGS) -g
else
CFLAGS=$(FLAGS)
endif
Expand Down

0 comments on commit 0c828ff

Please sign in to comment.