Skip to content

Commit 5cd6a36

Browse files
committed
Revert unintended cflags
A debug build can be introduced as an additional output of the build system upon request.
1 parent a5b600c commit 5cd6a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RM := rm -rf
117117
MKDIR := mkdir -p
118118

119119
__CFLAGS := -Wall -Wextra -pipe
120-
__CFLAGS += -Og -g -pipe
120+
__CFLAGS += -O2 -pipe
121121
__CFLAGS += $(CFLAGS)
122122

123123
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')

0 commit comments

Comments
 (0)