mirror of
https://github.com/transmission/transmission
synced 2025-02-07 15:04:13 +00:00
Revert a local change I accidentally committed back in rev 920.
This commit is contained in:
parent
1f7be3430f
commit
5ac768644e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# $Id$
|
||||
|
||||
TMPCFLAGS = -g -Wall -W -D_FILE_OFFSET_BITS=64 \
|
||||
TMPCFLAGS = -g -Wall -W -O3 -funroll-loops -D_FILE_OFFSET_BITS=64 \
|
||||
-D_LARGEFILE_SOURCE -D_GNU_SOURCE \
|
||||
-DSYS_$(shell echo $(SYSTEM) | tr a-z A-Z)
|
||||
TMPCXXFLAGS = $(TMPCFLAGS)
|
||||
|
|
Loading…
Reference in a new issue