Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Mmc Utils
Commits
d4faeabb
Commit
d4faeabb
authored
Sep 21, 2012
by
Chris Ball
Browse files
Turn on gcc optimization (-O2)
This is required by distros that use Fortify.
parent
8649651b
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
d4faeabb
CC
=
gcc
AM_CFLAGS
=
-D_FILE_OFFSET_BITS
=
64
-D_FORTIFY_SOURCE
=
2
CFLAGS
=
-g
-O
0
CFLAGS
=
-g
-O
2
objects
=
mmc.o mmc_cmds.o
CHECKFLAGS
=
-Wall
-Werror
-Wuninitialized
-Wundef
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment