Skip to content

Commit

Permalink
adding -O2 (x2.6 speed up on Raspberry Pi)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannpom committed Feb 28, 2017
1 parent f1c4b2d commit 7b414f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ SUBDIRS = man
bin_PROGRAMS = shairport-sync
shairport_sync_SOURCES = shairport.c rtsp.c mdns.c mdns_external.c common.c rtp.c player.c alac.c audio.c loudness.c

AM_CFLAGS = -Wno-multichar -DSYSCONFDIR=\"$(sysconfdir)\"
AM_CPPFLAGS = -Wno-multichar -DSYSCONFDIR=\"$(sysconfdir)\"
AM_CFLAGS = -Wno-multichar -DSYSCONFDIR=\"$(sysconfdir)\" -O2
AM_CPPFLAGS = -Wno-multichar -DSYSCONFDIR=\"$(sysconfdir)\" -O2

if USE_APPLE_ALAC
shairport_sync_SOURCES += apple_alac.cpp
Expand Down

0 comments on commit 7b414f4

Please sign in to comment.