summaryrefslogtreecommitdiff
path: root/x11-terms/kitty/files/kitty-0.23.1-flags.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-08 22:39:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-08 22:39:09 +0100
commitad4988f0911b35096f8d8a3ae5aeb923a1964b25 (patch)
treeca8900f89eb9bd23c3947cd14fa653ba245a999b /x11-terms/kitty/files/kitty-0.23.1-flags.patch
parent2932956e8494efb04c3c91619ef0605f192faf27 (diff)
gentoo auto-resync : 08:09:2022 - 22:39:09
Diffstat (limited to 'x11-terms/kitty/files/kitty-0.23.1-flags.patch')
-rw-r--r--x11-terms/kitty/files/kitty-0.23.1-flags.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-terms/kitty/files/kitty-0.23.1-flags.patch b/x11-terms/kitty/files/kitty-0.23.1-flags.patch
deleted file mode 100644
index 8f23393f8a0e..000000000000
--- a/x11-terms/kitty/files/kitty-0.23.1-flags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -295,3 +295,3 @@
- fortify_source = '' if sanitize and is_macos else '-D_FORTIFY_SOURCE=2'
-- optimize = df if debug or sanitize else '-O3'
-+ optimize = ''
- sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set()
-@@ -319,3 +319,3 @@
- 'OVERRIDE_LDFLAGS',
-- '-Wall ' + ' '.join(sanitize_args) + ('' if debug else ' -O3')
-+ '-Wall ' + ' '.join(sanitize_args)
- )
-@@ -807,4 +807,2 @@
- libs.append('-lprofiler')
-- else:
-- cflags.append('-O3')
- if bundle_type.endswith('-freeze'):