Commit d4faeabb authored by Chris Ball's avatar Chris Ball
Browse files

Turn on gcc optimization (-O2)

This is required by distros that use Fortify.
parent 8649651b
CC = gcc
AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
CFLAGS = -g -O0
CFLAGS = -g -O2
objects = mmc.o mmc_cmds.o
CHECKFLAGS= -Wall -Werror -Wuninitialized -Wundef
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment