Skip to content

Commit

Permalink
various tweaks, fixes and optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolano committed Aug 28, 2013
1 parent 0b2ee61 commit f4d9724
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 72 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -79,7 +79,7 @@ OFILES := $(addsuffix .o, $(basename $(CPPFILES)))

# Define compilation options
#
CFLAGS = -O2 -Wextra -mcpu=cell $(MACHDEP) $(INCLUDE)
CFLAGS = -O2 -Wall -mcpu=cell $(MACHDEP) $(INCLUDE)
CXXFLAGS = $(CFLAGS)
LDFLAGS = $(MACHDEP) -s

Expand Down

0 comments on commit f4d9724

Please sign in to comment.