From 215c2eaf4c05a766126ddaada576df883c348a81 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 15 Feb 2003 02:12:32 +0000 Subject: Commented use of -fvtable-thunks. --- win32/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32/makefile b/win32/makefile index 94347bedf..2205832db 100644 --- a/win32/makefile +++ b/win32/makefile @@ -3,6 +3,8 @@ # The License.txt file describes the conditions under which this software may be distributed. # This makefile assumes the mingw32 version of GCC 2.95.3 is used and changes will # be needed to use other compilers. +# The -fvtable-thunks option is required for older (2.9*) versions of gcc but can be removed +# safely if using a newer version which may display warning messages. .SUFFIXES: .cxx CC = g++ -- cgit v1.2.3