This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
picrin
Watch
4
Star
0
Fork
You've already forked picrin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
add -O3 flag
Browse Source
...
This commit is contained in:
Yuichi Nishiwaki
2013-11-06 17:32:07 +09:00
parent
d0d3feeb4b
commit
9fba9bed2b
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,5 +1,5 @@
CC
=
gcc
CFLAGS
=
-Wall -g
CFLAGS
=
-Wall -g
-O3
all
:
build
-
debug
run
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
conservatory/picrin
Title
Body
Create Issue