changeset 3855:38c95b5835f9

[gaim-migrate @ 4007] CFLAGS fix committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 02 Nov 2002 01:33:29 +0000
parents 17b650a36bca
children 50ac7e205045
files src/win32/global.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/win32/global.mak	Sat Nov 02 01:32:28 2002 +0000
+++ b/src/win32/global.mak	Sat Nov 02 01:33:29 2002 +0000
@@ -8,7 +8,7 @@
 CC = gcc.exe
 
 # Don't use -g flag when building Plugin DLLs
-CFLAGS = -O2 -Wall -mno-cygwin -fnative-struct
+CFLAGS += -O2 -Wall -mno-cygwin -fnative-struct
 
 VERSION := $(shell cat $(GAIM_TOP)/VERSION)