diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-20 18:06:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-20 18:08:08 +0200 |
commit | 7d3c674a0444e7688178b00ae4675bb65c685798 (patch) | |
tree | c24d4262dffc8b2fb98aef9bfdcf6e67b893faa8 /cairo | |
parent | 29b6eda7e5909106d8325f75b3ae0cda579385b5 (diff) |
Abandon attempt to use the debug CRT in a dbgutil build
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/pixman-0.24.0.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/pixman-0.24.0.patch b/cairo/pixman-0.24.0.patch index a6141ac4b154..39122cde00eb 100644 --- a/cairo/pixman-0.24.0.patch +++ b/cairo/pixman-0.24.0.patch @@ -19,7 +19,7 @@ +endif + +ifeq ($(CFG_VAR),debug) -+CFG_CFLAGS = -MDd -Od -Zi ++CFG_CFLAGS = -MD -Od -Zi +CFG_LDFLAGS = -DEBUG +else +CFG_CFLAGS = -MD -O2 |