You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/dcpomatic/files/dcpomatic-2.10.2-respect-cx...

14 lines
485 B

--- dcpomatic-2.10.2/wscript
+++ dcpomatic-2.10.2/wscript
@@ -89,9 +89,7 @@
have_c11 = int(gcc[0]) >= 4 and int(gcc[1]) >= 8 and int(gcc[2]) >= 1
if conf.options.enable_debug:
- conf.env.append_value('CXXFLAGS', ['-g', '-DDCPOMATIC_DEBUG', '-fno-omit-frame-pointer'])
- else:
- conf.env.append_value('CXXFLAGS', '-O2')
+ conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_DEBUG', '-fno-omit-frame-pointer'])
#
# Windows/Linux/OS X specific