Skip to content

Commit

Permalink
[Ref] build: Makefile: DJGPP: Remove dead code.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22539 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Dec 14, 2024
1 parent 4692a2e commit 0813369
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build/make/config-djgpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,6 @@ endif



OPT_NONE := -O0
OPT_SOME := -O1

OPT_DEBUG := -Og

OPT_SPEED := -O2
OPT_SPEEDX:= -O3

OPT_SIZE := -Os
OPT_SIZEX := -Oz



ifeq ($(OPTIMIZE),default)

OPT_UARCH_EMUL := -Os # interpreter
Expand Down

0 comments on commit 0813369

Please sign in to comment.