Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 24, 2024
1 parent 592776f commit 3929b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ PIC_OBJS = \
# Note: --allow-undefined-file=linker-provided-symbols.txt is
# a workaround for https://github.com/llvm/llvm-project/issues/103592
$(SYSROOT_LIB)/libc.so: $(OBJDIR)/libc.so.a $(BUILTINS_LIB)
$(CC) $(filter-out -W% --fdebug-prefix-map=% -O2 -g -DNDEBUG -fno-trapping-math, $(CFLAGS)) -nodefaultlibs -shared --sysroot=$(SYSROOT) \
$(CC) $(filter-out -W% -fdebug-prefix-map=% -O2 -g -DNDEBUG -fno-trapping-math, $(CFLAGS)) -nodefaultlibs -shared --sysroot=$(SYSROOT) \
-o $@ -Wl,--whole-archive $< -Wl,--no-whole-archive $(BUILTINS_LIB) \
-Wl,--allow-undefined-file=linker-provided-symbols.txt

Expand Down

0 comments on commit 3929b38

Please sign in to comment.