mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
510 B
Diff
14 lines
510 B
Diff
|
diff -urN a/src/rocksdb/Makefile b/src/rocksdb/Makefile
|
||
|
--- a/src/rocksdb/Makefile 2016-06-14 05:44:41.000000000 -0600
|
||
|
+++ b/src/rocksdb/Makefile 2016-09-10 12:40:00.021152948 -0600
|
||
|
@@ -84,9 +84,6 @@
|
||
|
# compile with -O2 if debug level is not 2
|
||
|
ifneq ($(DEBUG_LEVEL), 2)
|
||
|
OPT += -O2 -fno-omit-frame-pointer
|
||
|
-ifneq ($(MACHINE),ppc64) # ppc64 doesn't support -momit-leaf-frame-pointer
|
||
|
-OPT += -momit-leaf-frame-pointer
|
||
|
-endif
|
||
|
endif
|
||
|
|
||
|
# if we're compiling for release, compile without debug code (-DNDEBUG) and
|