X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makefile;h=28740fe5ab222cffd7d54ac1a2fa006355595d87;hb=c95576958a42b797cda09eb8935db8fd96783e52;hp=ce0fa3f9dc8d99cdd8e8e6ef3190baa9088d9052;hpb=55271fd634688ea9105866ab973ba95f2cbf958f;p=lugaru.git diff --git a/makefile b/makefile index ce0fa3f..28740fe 100644 --- 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