1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

- Removed debug value

This commit is contained in:
Paul Bakker
2012-04-05 13:22:07 +00:00
parent c7ffd36a97
commit 96d42da8fe

View File

@@ -69,7 +69,7 @@ libpolarssl.dll: libpolarssl.a
$(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS) -lws2_32 -lwinmm -lgdi32
.c.o:
echo " CC $< $(CFLAGS)"
echo " CC $<"
$(CC) $(CFLAGS) $(OFLAGS) -c $<
clean: