diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-01 15:20:12 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-01 15:20:12 +0200 |
commit | 5e0c284f3a8debdd9ebb080f80e36dceb7bc4ce2 (patch) | |
tree | d9c4f61f491b57ad7b84df0925186e2183da140b /Makefile | |
parent | 38353751c9f4e03fb6a0b855e6d8b5691af71dc0 (diff) | |
download | minetest-5e0c284f3a8debdd9ebb080f80e36dceb7bc4ce2.tar.gz minetest-5e0c284f3a8debdd9ebb080f80e36dceb7bc4ce2.tar.bz2 minetest-5e0c284f3a8debdd9ebb080f80e36dceb7bc4ce2.zip |
some work-in-progress water stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ JTHREADPATH = ../jthread/jthread-1.2.1 CPPFLAGS = -I$(IRRLICHTPATH)/include -I/usr/X11R6/include -I$(JTHREADPATH)/src
#CXXFLAGS = -O2 -ffast-math -Wall -fomit-frame-pointer -pipe
-CXXFLAGS = -O2 -ffast-math -Wall -g -pipe
+#CXXFLAGS = -O2 -ffast-math -Wall -g -pipe
#CXXFLAGS = -O1 -ffast-math -Wall -g
-#CXXFLAGS = -Wall -g -O0
+CXXFLAGS = -Wall -g -O0
#CXXFLAGS = -O3 -ffast-math -Wall
#CXXFLAGS = -O3 -ffast-math -Wall -g
|