mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 01:56:07 -05:00
apparently I did miss something.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user