summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJorge Araya Navarro2016-08-10 23:50:23 -0600
committerJorge Araya Navarro2016-08-10 23:50:23 -0600
commitacaaf90007acef160f2ac901af7560d1a56ee7ef (patch)
treee4331c739835969bdf5bd04cd2995508f1e60cc8 /PKGBUILD
parentf96dc4e9968fa215b96ce7ebb806025c5f8ddbe9 (diff)
downloadaur-acaaf90007acef160f2ac901af7560d1a56ee7ef.tar.gz
removing sanitizer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08b97566833e..6a7429391693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=godot
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
license=('MIT')
@@ -37,8 +37,6 @@ build() {
tools=yes \
target=release_debug \
use_llvm=yes \
- use_sanitizer=yes \
- use_leak_sanitizer=yes \
builtin_zlib=yes \
openssl=yes \
colored=yes \