summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-10-25 20:57:38 +0200
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-10-25 20:57:38 +0200
commit625c30d8bdee4f60c8437dc6004368f685435775 (patch)
tree3e56ea838a3231c363493ca75e3ad0486bff295c /makefile
parentAbstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms. (diff)
downloadcuberite-625c30d8bdee4f60c8437dc6004368f685435775.tar
cuberite-625c30d8bdee4f60c8437dc6004368f685435775.tar.gz
cuberite-625c30d8bdee4f60c8437dc6004368f685435775.tar.bz2
cuberite-625c30d8bdee4f60c8437dc6004368f685435775.tar.lz
cuberite-625c30d8bdee4f60c8437dc6004368f685435775.tar.xz
cuberite-625c30d8bdee4f60c8437dc6004368f685435775.tar.zst
cuberite-625c30d8bdee4f60c8437dc6004368f685435775.zip
Diffstat (limited to '')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 41b32d433..af097c5dd 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@
# Macros
#
-CC = /usr/bin/g++
+CC = /usr/bin/g++ -msse4
CC_OPTIONS = -O2 -s
CCE_OPTIONS = -O2 -s -x c
LNK_OPTIONS = -lstdc++ -pthread