Skip to content

Commit 75edda2

Browse files
committed
Remove LINKABLE from COMPILE_TIME_SETTINGS. NFC
Maybe one day in the part in needed to be here becuase SIDE_MODULE and MAIN_MODULE are both compile-time settings (since they imply PIC). But the automatic setting of LINKABLE, based on MAIN_MODULE now happens only in link.py.
1 parent 9204ca2 commit 75edda2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
'MAIN_MODULE',
8787
'SIDE_MODULE',
8888
'RELOCATABLE',
89-
'LINKABLE',
9089
'STRICT',
9190
'EMSCRIPTEN_TRACING',
9291
'PTHREADS',

0 commit comments

Comments
 (0)