summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-05-07 14:23:54 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-05-07 14:23:54 +0000
commitf7cc234d6e5ec04e4beeff84261e2d8522136478 (patch)
treeb02816baaf0396d723906fd75e342974224c6550 /makefile
parent868130306136a4553dd2088f2ef6365c8b8c4c6b (diff)
enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h for all DEBUG builds since this is the fastest combination [Oliver Stöneberg]
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index bee10e35b0a..6a0540a2ffa 100644
--- a/makefile
+++ b/makefile
@@ -262,7 +262,7 @@ BUILD_MIDILIB = 1
# uncomment next line to enable networking
# USE_NETWORK = 1
-# uncomment to enable SSE2 optimized code and SSE2 code generation
+# uncomment to enable SSE2 optimized code and SSE2 code generation (implicitly enabled by 64-bit compilers)
# SSE2 = 1
# specify optimization level or leave commented to use the default