Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

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 committed Mar 12, 2014
1 parent 2201bb4 commit 2333f88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cross/unrar/patches/env.patch
@@ -1,13 +1,12 @@
--- makefile.orig 2013-04-29 16:27:05.000000000 +0200
+++ makefile 2013-08-31 23:29:00.103857753 +0200
--- makefile.orig 2014-03-12 16:54:39.486673701 +0100
+++ makefile 2014-03-12 16:54:25.254852618 +0100
@@ -2,11 +2,11 @@
# Makefile for UNIX - unrar

# Linux using GCC
-CXX=g++
-CXXFLAGS=-O2
+#CXX=g++
+#CXXFLAGS=-O2
CXXFLAGS=-O2
LIBFLAGS=-fPIC
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
-STRIP=strip
Expand Down

0 comments on commit 2333f88

Please sign in to comment.