We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cdcbc commit be341b2Copy full SHA for be341b2
Makefile
@@ -2,7 +2,7 @@ include mk/common.mk
2
include mk/check-libs.mk
3
4
CC ?= gcc
5
-CFLAGS := -O2 -g -Wall -Wextra
+CFLAGS := -O2 -Wall -Wextra
6
CFLAGS += -include common.h
7
8
# clock frequency
0 commit comments