Add --strip-unused.

This commit is contained in:
Christoffer Lerno
2023-02-16 22:02:44 +01:00
committed by Christoffer Lerno
parent 0aa776d61b
commit a0a5c940f1
40 changed files with 681 additions and 94 deletions

View File

@@ -276,7 +276,7 @@ add_executable(c3c
src/compiler/expr.c
src/utils/time.c
src/utils/http.c
)
src/compiler/sema_liveness.c)
if (C3_USE_TB)