Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
Cleaned up makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Jul 14, 2016
1 parent ba0c701 commit dcb356a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ DEP := $(SRC:.c=.d)
ASM := $(SRC:.c=.s)

ifdef DEBUG
CFLAGS += -O0 -g3 -DMU_DEBUG
CFLAGS += -fkeep-inline-functions
CFLAGS += -O0 -g3
else
CFLAGS += -O2
endif
Expand All @@ -20,7 +19,7 @@ CFLAGS += -m$(WORD)
endif
CFLAGS += -I.
CFLAGS += -std=c99
CFLAGS += -Wall -Winline
CFLAGS += -Wall
CFLAGS += -D_XOPEN_SOURCE=500

LFLAGS += -lpthread
Expand Down

0 comments on commit dcb356a

Please sign in to comment.