File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cc := ${CC}
9
9
10
10
cflags_includes := -Isrc -Ilib/tinycc
11
11
cflags_gnu := -DLIBC_GNU -D_GNU_SOURCE
12
- cflags_stack_protect := -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto - fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
12
+ cflags_stack_protect := -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
13
13
14
14
CFLAGS ?= -O2 ${cflags_stack_protect}
15
15
Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ include build/init.mk
2
2
3
3
cc := clang
4
4
cflags += -DCJIT_BUILD_OSX
5
+ extra_tinycc_config += --config-codesign=no
5
6
6
7
all : embed-posix cjit.command
7
8
9
+
8
10
cjit.command : ${SOURCES}
9
11
$(cc ) $(cflags ) -o $@ $(SOURCES ) ${ldflags} ${ldadd}
10
12
You can’t perform that action at this time.
0 commit comments