mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 06:18:05 +02:00
Don't build without any optimization on Linux.
Building without optimization causes the drm module not to link correctly on ppc.
This commit is contained in:
parent
72134e939e
commit
215eab6ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ PAGE_AGP := $(shell cat $(LINUXDIR)/include/asm/agp.h 2>/dev/null | \
|
|||
ifneq ($(PAGE_AGP),0)
|
||||
EXTRA_CFLAGS += -DHAVE_PAGE_AGP
|
||||
endif
|
||||
EXTRA_CFLAGS += -g -O0
|
||||
EXTRA_CFLAGS += -g
|
||||
|
||||
# Start with all modules turned off.
|
||||
CONFIG_DRM_GAMMA := n
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue