Skip to content

Commit

Permalink
Makefile: use "-O3"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansa89 committed May 7, 2016
1 parent 74a1617 commit c993077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ INCLUDES = $(wildcard *.h) version.h
OBJECTS = $(SOURCES:.c=.o)
DEPS = libxml-2.0

CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
CFLAGS = -O3 -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
CFLAGS += $(shell pkg-config --cflags $(DEPS))
LDFLAGS = -lm $(shell pkg-config --libs $(DEPS))

Expand Down

0 comments on commit c993077

Please sign in to comment.