Skip to content

Commit d049c54

Browse files
author
Cristian Maglie
committed
Strip output
1 parent 09e83d3 commit d049c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package-arduino-preprocessor.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ LLVMLIBS=`clang/bin/llvm-config --libs --system-libs`
113113
CLANGLIBS=`ls clang/lib/libclang*.a | sed s/.*libclang/-lclang/ | sed s/.a$//`
114114
SOURCES="main.cpp ArduinoDiagnosticConsumer.cpp CommandLine.cpp IdentifiersList.cpp CodeCompletion.cpp"
115115
$CXX $SOURCES -o objdir/arduino-preprocessor $CXXFLAGS $LDFLAGS -Wl,--start-group $LLVMLIBS $CLANGLIBS -Wl,--end-group
116+
strip objdir/*
116117

117118
rm -f arduino-preprocessor-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2
118119
mv objdir arduino-preprocessor

0 commit comments

Comments
 (0)