Skip to content

Commit

Permalink
Removed -flto as it caused internal compiler errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadderz121 committed Jan 13, 2015
1 parent 4fa7f9b commit 6e7c922
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ CFLAGS += -O2 -Wall -x c -std=gnu99 \

ifdef DEBUG
else
CFLAGS += -DNDEBUG -flto
LDFLAGS += -flto
CFLAGS += -DNDEBUG
endif

###############################################################################
Expand Down

0 comments on commit 6e7c922

Please sign in to comment.