Skip to content

Commit e4c001f

Browse files
committed
Fix LTO
1 parent 7b157ba commit e4c001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Makevars‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ cleanup: $(SHLIB)
2828

2929
# On Windows this rule is masked by Makeconf in base R
3030
%.a:
31-
@$(AR) crs $@ $^ && $(STRIP_STATIC_LIB) $@ || true
31+
@$(AR) crs $@ $^

0 commit comments

Comments
 (0)