Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
turn off -flto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuichi committed Mar 3, 2016
1 parent 69c13fd commit 3102125
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 @@ -25,7 +25,7 @@ LDFLAGS += -lm

prefix ?= /usr/local

all: CFLAGS += -O2 -flto -DNDEBUG=1
all: CFLAGS += -O2 -DNDEBUG=1
all: bin/picrin

debug: CFLAGS += -O0 -g
Expand Down

0 comments on commit 3102125

Please sign in to comment.