diff options
author | nyamatongwe <unknown> | 2003-02-15 02:12:32 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-02-15 02:12:32 +0000 |
commit | 215c2eaf4c05a766126ddaada576df883c348a81 (patch) | |
tree | a3d8ec3845e0f9c005b787acc847155d28c2ee89 | |
parent | 737ec2472de4273373cdca2f3ff8668854592826 (diff) | |
download | scintilla-mirror-215c2eaf4c05a766126ddaada576df883c348a81.tar.gz |
Commented use of -fvtable-thunks.
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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++ |