]> git.jsancho.org Git - lugaru.git/blobdiff - makefile
Disable AL_EXT_vorbis, as untested.
[lugaru.git] / makefile
index ce0fa3f9dc8d99cdd8e8e6ef3190baa9088d9052..28740fe5ab222cffd7d54ac1a2fa006355595d87 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
 
 macosx := false
 use_devil := false
-use_fmod := true
+use_fmod := false
 
 BINDIR := bin
 RUNDIR := run
@@ -16,10 +16,10 @@ LIBVORBISDIR := libvorbis-1.0.1
 
 EXE := $(RUNDIR)/lugaru-bin
 
-#CXX := ccache g++
-#CC := ccache gcc
-CXX := g++
-CC := gcc
+CXX := ccache g++
+CC := ccache gcc
+#CXX := g++
+#CC := gcc
 LD := g++
 
 #OPT := -O0