diff options
| author | rpj <rpj> | 2011-03-30 13:13:34 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2011-03-30 13:13:34 +0000 | 
| commit | e07da6f5a812f95799de4f361faa4db47f77526a (patch) | |
| tree | ce2d2e121582496ffd496c3a856287187bdef49c /GNUmakefile | |
| parent | e2f7e5c04fe8ac17483b009943e5a7c121c06fdf (diff) | |
*** empty log message ***
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/GNUmakefile b/GNUmakefile index 6288ded..7b15451 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,7 +48,7 @@ CP	= cp -f  #CP	= copy  # For cross compiling use e.g. -# make CROSS=i386-mingw32msvc- clean GC-inlined +# make CROSS=x86_64-w64-mingw32- clean GC-inlined  CROSS	=   AR	= $(CROSS)ar @@ -58,7 +58,7 @@ CXX     = $(CROSS)g++  RANLIB  = $(CROSS)ranlib  RC	= $(CROSS)windres -OPT	= $(CLEANUP) -O3 -finline-functions +OPT	= $(CLEANUP) -O3 # -finline-functions -findirect-inlining  DOPT	= $(CLEANUP) -g -O0  XOPT	= @@ -556,6 +556,7 @@ $(GC_STATIC_STAMP) $(GCD_STATIC_STAMP): $(DLL_INLINED_OBJS)  clean:  	-$(RM) *~  	-$(RM) *.i +	-$(RM) *.s  	-$(RM) *.o  	-$(RM) *.obj  	-$(RM) *.exe | 
