We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9d652 commit 3729225Copy full SHA for 3729225
compiler-rt/make/lib_info.mk
@@ -48,4 +48,5 @@ AvailableOptions := AR ARFLAGS \
48
CC CFLAGS FUNCTIONS OPTIMIZED \
49
RANLIB RANLIBFLAGS \
50
VISIBILITY_HIDDEN \
51
- KERNEL_USE
+ KERNEL_USE \
52
+ STRIP LIPO
compiler-rt/make/options.mk
@@ -31,3 +31,6 @@ ARFLAGS := cru 2> /dev/null
31
RANLIB := ranlib
32
# FIXME: Remove these pipes once ranlib errors are fixed.
33
RANLIBFLAGS := 2> /dev/null
34
+
35
+STRIP := strip
36
+LIPO := lipo
0 commit comments