This website requires JavaScript.
Explore
Help
Sign In
zzh
/
fast-bwa
Watch
1
Star
0
Fork
You've already forked fast-bwa
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
change CC back to gcc
Browse Source
...
This commit is contained in:
Heng Li
2013-02-24 23:45:40 -05:00
parent
29e41b592c
commit
570e082b38
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
Makefile
Unescape
Escape
View File
@ -1,4 +1,4 @@
CC
=
clan
g
CC
=
g
cc
CFLAGS
=
-g -Wall -O2
CFLAGS
=
-g -Wall -O2
CXXFLAGS
=
$(
CFLAGS
)
CXXFLAGS
=
$(
CFLAGS
)
AR
=
ar
AR
=
ar
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
zzh/fast-bwa
Title
Body
Create Issue