summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 02:45:51 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 02:45:51 -0700
commitc4a5a667f26f4e78e1bcf39337a06e022bc3c8ec (patch)
tree8ef8c00cd966c26ddd5b19c58b9c522338f1f50a /crawl-ref/source/makefile
parent240a845752519119a9a0fb464efec2419afb8388 (diff)
downloadcrawl-ref-c4a5a667f26f4e78e1bcf39337a06e022bc3c8ec.tar.gz
crawl-ref-c4a5a667f26f4e78e1bcf39337a06e022bc3c8ec.zip
makefile: add example CFOPTIMIZE flags for Intel's compiler
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index a31bf958e3..2653e53d22 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -26,6 +26,8 @@ GAME = crawl
#
# These are good optimizations for a Pentium M or better:
#CFOPTIMIZE := -O2 -march=i686 -mtune=i686 -mmmx -msse -msse2 -mfpmath=sse -funroll-all-loops
+# These are really good options for the Intel C++ compiler:
+#CFOPTIMIZE := -O3 -parallel
CFOPTIMIZE := -O2 -funroll-all-loops
CFOTHERS := -fno-strict-aliasing -pipe
CFOTHERS_L := -fsigned-char