mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 15:28:14 +00:00
- Removed debug value
This commit is contained in:
parent
c7ffd36a97
commit
96d42da8fe
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue