diff src/win32/global.mak @ 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 48f3c74c13e0
children 2a2d6d21f1d7
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)