Skip to content

Commit be341b2

Browse files
committed
[WIP] Implement VirtIO sound device capture
1 parent 10cdcbc commit be341b2

File tree

2 files changed

+430
-90
lines changed

2 files changed

+430
-90
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include mk/common.mk
22
include mk/check-libs.mk
33

44
CC ?= gcc
5-
CFLAGS := -O2 -g -Wall -Wextra
5+
CFLAGS := -O2 -Wall -Wextra
66
CFLAGS += -include common.h
77

88
# clock frequency

0 commit comments

Comments
 (0)