mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
change -O to -O2 for aix-gcc
This commit is contained in:
parent
b673fc49b9
commit
ebe0ca3937
1 changed files with 2 additions and 2 deletions
|
|
@ -68,9 +68,9 @@ aix-gcc:
|
|||
"GLW_LIB = libGLw.so" \
|
||||
"OSMESA_LIB = libOSMesa.so" \
|
||||
"CC = gcc" \
|
||||
"CFLAGS = -O -DAIXV3" \
|
||||
"CFLAGS = -O2 -DAIXV3" \
|
||||
"CXX = g++" \
|
||||
"CXXFLAGS = -O -DAIXV3" \
|
||||
"CXXFLAGS = -O2 -DAIXV3" \
|
||||
"MKLIB_OPTIONS = -arch aix-gcc" \
|
||||
"GL_LIB_DEPS = -lX11 -lXext -lm" \
|
||||
"GLU_LIB_DEPS = -L$(TOP)/lib -lGL -lm -lXi -lXmu" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue