Skip to content

Commit

Permalink
Remove darwin/llvm workaround forcing to build with -O3.
Browse files Browse the repository at this point in the history
Seems to work fine now, and it makes debugging more difficult
  • Loading branch information
jyavenard committed Jul 16, 2013
1 parent e658a84 commit f3c6dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/configure
Expand Up @@ -4115,8 +4115,6 @@ case $target_os in
CPPFLAGS=`echo $CPPFLAGS | sed 's/-D_POSIX_C_SOURCE=200112//'`
# Workaround compile errors from missing ru_maxrss
add_cppflags -D_DARWIN_C_SOURCE
# weird non-working h264 without it when compiling with llvm without -O3
add_cflags -O3

###### Standard ffmpeg configure stuff follows:
gas="gas-preprocessor.pl $cc"
Expand Down

0 comments on commit f3c6dad

Please sign in to comment.