summaryrefslogtreecommitdiff
path: root/app-misc/rmlint/files/rmlint-2.10.1-cflags.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-29 19:13:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-29 19:13:18 +0000
commit62090949b4fde34bbcbb4bd770a9635c6ac0c55e (patch)
tree2af5001a82f05c858f1e80e2231929c173a8bb55 /app-misc/rmlint/files/rmlint-2.10.1-cflags.patch
parent04a447f4f2679e9687093f49d8a9ea911fac9a9b (diff)
gentoo auto-resync : 29:03:2024 - 19:13:18
Diffstat (limited to 'app-misc/rmlint/files/rmlint-2.10.1-cflags.patch')
-rw-r--r--app-misc/rmlint/files/rmlint-2.10.1-cflags.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-misc/rmlint/files/rmlint-2.10.1-cflags.patch b/app-misc/rmlint/files/rmlint-2.10.1-cflags.patch
deleted file mode 100644
index 6ddfd98d956a..000000000000
--- a/app-misc/rmlint/files/rmlint-2.10.1-cflags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -724,7 +724,6 @@ if ARGUMENTS.get('DEBUG') == "1":
- O_value = ARGUMENTS.get('O', O_DEBUG)
- else:
- conf.env.Append(CCFLAGS=['-DG_DISABLE_ASSERT', '-DNDEBUG'])
-- conf.env.Append(LINKFLAGS=['-s'])
- O_value = ARGUMENTS.get('O', O_RELEASE)
-
- if O_value == 'debug':
-@@ -735,7 +734,6 @@ elif O_value == 'release':
- cc_O_option = '-O' + O_value
-
- print("Using compiler optimisation {} (to change, run scons with O=[0|1|2|3|s|fast])".format(cc_O_option))
--conf.env.Append(CCFLAGS=[cc_O_option])
-
- if ARGUMENTS.get('SYMBOLS') == '1':
- print("Compiling with debugging symbols")