mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-27 14:14:30 +08:00
Switch to -O1 for optimizations to enable FORTIFY_SOURCE
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
parent
f1c24cd80d
commit
c1690a3832
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
|
AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
|
||||||
CFLAGS = -g -O0
|
CFLAGS = -g -O1
|
||||||
objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
|
objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
|
||||||
root-tree.o dir-item.o file-item.o inode-item.o \
|
root-tree.o dir-item.o file-item.o inode-item.o \
|
||||||
inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o \
|
inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user