mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:15:43 +01:00
- Removed debug value
This commit is contained in:
parent
c7ffd36a97
commit
96d42da8fe
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user