DivestOS/Patches/CyanogenMod-13.0/android_build/Enable_Graphite.patch
2016-12-21 19:30:02 -05:00

27 lines
944 B
Diff

From 8076f19e43061cbc363c7a01f4485c65a266ab57 Mon Sep 17 00:00:00 2001
From: Tad <tad@spotco.us>
Date: Thu, 25 Feb 2016 19:40:24 -0500
Subject: [PATCH] Enable graphite
Change-Id: I799412c31dd0c30050657fbc6f1d0daec8d4d54c
---
core/archidroid.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/archidroid.mk b/core/archidroid.mk
index 9ab4918..2ace5f1 100644
--- a/core/archidroid.mk
+++ b/core/archidroid.mk
@@ -64,7 +64,7 @@ ARCHIDROID_GCC_CFLAGS_64 :=
# ARCHIDROID_GCC_CFLAGS += -ftracer -funroll-loops
# These flags may cause ICEs in some compilers, but work fine in other ones, test carefully
-# ARCHIDROID_GCC_CFLAGS += -fgraphite -fgraphite-identity
+ARCHIDROID_GCC_CFLAGS += -fgraphite -fgraphite-identity
# The following flags (-floop) require that your GCC has been configured --with-isl
# Additionally, applying any of them will most likely cause ICE in your compiler, so they're disabled
--
2.5.0