mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:35:49 +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
|
$(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS) -lws2_32 -lwinmm -lgdi32
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
echo " CC $< $(CFLAGS)"
|
echo " CC $<"
|
||||||
$(CC) $(CFLAGS) $(OFLAGS) -c $<
|
$(CC) $(CFLAGS) $(OFLAGS) -c $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user