diff --git a/Makefile b/Makefile index 3946fc77ce4f007a5c7433207787a937b33ff660..7f86f0920cb04f700b74a77a4f79fc61f52f99c8 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DEBUGGING = # Example: -march=k8 would generate enhancements for the k8 family (opterons and some athlons).or -march=pentium4 for a pentium4 # For more info read this: http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options # -CFLAGS = -O2 -Wall $(DEBUGGING) -Iinclude -D BUILDING_NIFLIB_DLL -fPIC +CFLAGS = -O2 -Wall $(DEBUGGING) -Iinclude -D BUILDING_NIFLIB_DLL -fPIC -ggdb CXXFLAGS = $(CFLAGS) #IT should find the libs used, but if it doesn't specify here. Ex: -lm for libm.so.<whatever> LIBS =