This website works better with JavaScript.
Home
Help
Sign In
chiefnoah
/
the_silver_searcher
mirror of
https://github.com/ggreer/the_silver_searcher.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
Fix pgo.sh so that it actually does the thing.
pull/1173/head
Jacob Shaffer
3 years ago
parent
1791664604
commit
bd9409e2ab
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
pgo.sh
+ 2
- 4
pgo.sh
View File
@ -4,9 +4,7 @@ set -e
cd
"
$(
dirname
"
$0
"
)
"
make clean
CFLAGS
=
"
$CFLAGS
-fprofile-generate
"
./build.sh
./build.sh
CFLAGS
=
"
$CFLAGS
-fprofile-generate
"
./ag example ..
make clean
CFLAGS
=
"
$CFLAGS
-fprofile-use
"
./build.sh
./build.sh
CFLAGS
=
"
$CFLAGS
-fprofile-correction -fprofile-use
"
Write
Preview
Loading…
Cancel
Save