aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-02-15 02:12:32 +0000
committernyamatongwe <devnull@localhost>2003-02-15 02:12:32 +0000
commit305ed41bc27f711016c5bc58643696236740ba38 (patch)
treea3d8ec3845e0f9c005b787acc847155d28c2ee89
parentb9f1107b7473c1b16c7041dfdcfec18bfbc725ba (diff)
downloadscintilla-mirror-305ed41bc27f711016c5bc58643696236740ba38.tar.gz
Commented use of -fvtable-thunks.
-rw-r--r--win32/makefile2
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++