mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Make sure all libraries are included and not removed as unreferenced
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ force_look:
|
||||
true
|
||||
|
||||
librenderdoc.so: $(OBJDIR_OBJECTS) $(OBJDIR_DATA) $(LIBS)
|
||||
$(CPP) -o librenderdoc.so $^ $(LDFLAGS)
|
||||
$(CPP) -o librenderdoc.so $(OBJDIR_OBJECTS) $(OBJDIR_DATA) -Wl,--whole-archive $(LIBS) -Wl,--no-whole-archive $(LDFLAGS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user