chiark / gitweb /
[PATCH] finish syncing up with klibc
[elogind.git] / klibc / MCONFIG
index 8b5da4154ba6ac399621b3b0b599f5c1db3c49ed..de8b332d9829d27183bde107a7db3f721afc9faf 100644 (file)
@@ -21,7 +21,8 @@ PERL    = perl
 STRIP   = $(CROSS)strip --strip-all -R .comment -R .note
 
 HOST_CC      = gcc
-HOST_LDFLAGS = -s
+HOST_CFLAGS  = -g -O
+HOST_LDFLAGS = 
 HOST_LIBS    =
 
 CRT0    = $(KLIBSRC)/crt0.o