From: Brian Paul Date: Sat, 6 May 2006 22:39:33 +0000 (+0000) Subject: restore -O flag (bug 6814) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a1848bf9972f7a131a754f030ccf7c8945fba36;p=mesa.git restore -O flag (bug 6814) --- diff --git a/configs/linux-dri b/configs/linux-dri index 09815e6e10f..e56b7d6c592 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -13,7 +13,7 @@ CXX = g++ #MKDEP = gcc -M #MKDEP_OPTIONS = -MF depend -OPT_FLAGS = -g +OPT_FLAGS = -O -g PIC_FLAGS = -fPIC # Add '-DGLX_USE_TLS' to ARCH_FLAGS to enable TLS support.