diff options
Diffstat (limited to 'graphics/goxel/files/patch-SConstruct')
-rw-r--r-- | graphics/goxel/files/patch-SConstruct | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/goxel/files/patch-SConstruct b/graphics/goxel/files/patch-SConstruct index 58485b0130ac..4c6f80575996 100644 --- a/graphics/goxel/files/patch-SConstruct +++ b/graphics/goxel/files/patch-SConstruct @@ -1,16 +1,5 @@ --- SConstruct.orig 2022-08-16 08:30:35 UTC +++ SConstruct -@@ -45,10 +45,6 @@ if os.environ.get('CC') == 'clang': - if os.environ.get('CC') == 'clang': - env.Replace(CC='clang', CXX='clang++') - --# Hack for gcc <= 5, since pragma diagnostic push doesn't seem to work. --if env['CCVERSION'] and int(env['CCVERSION'].split('.')[0]) <= 5: -- env.Append(CCFLAGS=['-Wno-unused-function']) -- - # Asan & Ubsan (need to come first). - if env['mode'] == 'debug' and target_os == 'posix': - env.Append(CCFLAGS=['-fsanitize=address', '-fsanitize=undefined'], @@ -70,7 +66,7 @@ if env['mode'] not in ['debug', 'analyze']: env.Append(CCFLAGS='-Werror') |