Skip to content

Commit 50d346c

Browse files
author
BirdeeHub
committed
refactor(makefile): makefile
1 parent fed6d0d commit 50d346c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ CC ?= gcc
66
LUA ?= lua
77
BEAR ?= bear
88
GREP ?= grep
9-
CFLAGS ?= -x c -O3 -flto -Wl,-s -Winline
10-
LIBFLAG ?= -fPIC -shared
9+
CFLAGS ?= -fPIC -x c -O3 -flto -Wl,-s -Winline
10+
LIBFLAG ?= -shared
1111

1212
CFLAGS += $(LIBFLAG) -I"$(LUA_INCDIR)"
1313
TESTDIR := $(SRC)/tests

0 commit comments

Comments
 (0)