Skip to content

Commit 795db33

Browse files
committed
add -DQJS_BUILD_LIBC flag
1 parent 2685ef7 commit 795db33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ INCLUDES := -I$(SRC_DIR) -I$(LIB_DIR)
2727

2828
# Compiler and flags
2929
CC := gcc
30-
CFLAGS := -Wall -Wextra -fPIC -g -O2 $(INCLUDES)
30+
CFLAGS := -Wall -Wextra -fPIC -g -O2 -DQJS_BUILD_LIBC $(INCLUDES)
3131

3232
# Platform-specific settings
3333
ifeq ($(PLATFORM),windows)

0 commit comments

Comments
 (0)