diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-23 15:31:50 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-23 15:31:50 +0200 |
commit | 2816d8f638de2f7f06ca1086d1c8846e8971f421 (patch) | |
tree | 22007efdd921004e3bf456406b5a91078ffbde2e /Makefile | |
parent | a55850e4dcc3440fdadb9fc94df3f2ef02f5a34d (diff) | |
download | minetest-2816d8f638de2f7f06ca1086d1c8846e8971f421.tar.gz minetest-2816d8f638de2f7f06ca1086d1c8846e8971f421.tar.bz2 minetest-2816d8f638de2f7f06ca1086d1c8846e8971f421.zip |
redoing gui stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ IRRLICHTPATH = ../irrlicht/irrlicht-1.7.1 JTHREADPATH = ../jthread/jthread-1.2.1
#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
all: fast_linux
|