support for D in the build system.
[apps/pfixtools.git] / mk / cflags.mk
index 4b453e7..be09ba3 100644 (file)
@@ -33,10 +33,6 @@ ifneq ($(filter 4.%,$(shell gcc -dumpversion)),)
   GCC4=1
 endif
 
-LDFLAGS += -Wl,--warn-common
-
-CFLAGS += -g
-
 # Use pipes and not temp files.
 CFLAGS += -pipe
 # optimize even more