From 46df5ee3315f9bfa6bd5ded0436c9e729ec10f38 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 14 Feb 2012 13:50:34 +0000 Subject: Makefile cleanup - read COMPILING for details on *nix compilation git-svn-id: http://mc-server.googlecode.com/svn/trunk@259 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- makefile.debug | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 makefile.debug (limited to 'makefile.debug') diff --git a/makefile.debug b/makefile.debug new file mode 100644 index 000000000..e7d8b90d3 --- /dev/null +++ b/makefile.debug @@ -0,0 +1,25 @@ +################################################### +# +# Makefile template for MCServer +# This makefile makes the debug version of MCServer (with gdb symbols, little to no optimizations) +# To use this file, either copy it as makefile or run "make -f makefile.debug" +# +# Do NOT add file dependencies here, add them to makefile_base instead +# +################################################### + + +# _X: These settings produce a debug build, with gdb symbols: +CC_OPTIONS = -s -ggdb +CCE_OPTIONS = -s -x c -ggdb +LNK_OPTIONS = -lstdc++ -pthread -ggdb + + + + + +include makefile_base + + + + -- cgit v1.2.3