Updated toplevel Makefile to avoid created unnecessary temporary
directories when they are not wanted/required.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#
|
||||
|
||||
CPPFLAGS =
|
||||
CFLAGS ?= -ansi -O2 -fomit-frame-pointer -fstack-protector-strong
|
||||
CFLAGS ?= -ansi -O2 -fomit-frame-pointer -fstack-protector-strong
|
||||
override CFLAGS += -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE
|
||||
override CFLAGS += $(shell getconf LFS_CFLAGS)
|
||||
STATIC =
|
||||
|
||||
Reference in New Issue
Block a user