Skip to content

Commit

Permalink
Add compiler flag -O2 back to unrar, ref SynoCommunity#847
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Bean authored and cytec committed Apr 7, 2014
1 parent eba7723 commit 2113bc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cross/unrar/patches/env.patch
Expand Up @@ -6,8 +6,7 @@
# Linux using GCC
-CXX=g++
+#CXX=g++
-CXXFLAGS=-O2
+CXXFLAGS=-O3
CXXFLAGS=-O2
LIBFLAGS=-fPIC
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
-STRIP=strip
Expand Down

0 comments on commit 2113bc4

Please sign in to comment.