mirror of
https://github.com/Alcaro/Flips.git
synced 2026-04-21 09:37:34 -05:00
apparently I did miss something.
This commit is contained in:
parent
d2a8b2e701
commit
edadbffc8f
6
make.sh
6
make.sh
|
|
@ -33,14 +33,14 @@ FLAGS+=' -ffunction-sections -fdata-sections -Wl,--gc-sections -fprofile-dir=obj
|
|||
|
||||
#create linux binary
|
||||
echo 'GTK+ (1/3)'
|
||||
rm flips; make TARGET=gtk CFLAGS=$FLAGS' -fprofile-generate' LFLAGS='-lgcov'
|
||||
rm flips; make TARGET=gtk CFLAGS="$FLAGS -fprofile-generate" LFLAGS='-lgcov'
|
||||
[ -e flips ] || exit
|
||||
echo 'GTK+ (2/3)'
|
||||
profile/profile.sh ./flips
|
||||
echo 'GTK+ (3/3)'
|
||||
rm flips; make TARGET=gtk CFLAGS=$FLAGS' -fprofile-use' LFLAGS=''
|
||||
rm flips; make TARGET=gtk CFLAGS="$FLAGS -fprofile-use" LFLAGS=''
|
||||
rm *.gcda
|
||||
echo mv flips '~/bin/flips'
|
||||
#mv flips '~/bin/flips'
|
||||
|
||||
#echo Finishing
|
||||
##compress source
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user