Remove additional cflags
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: mesa
|
name: mesa
|
||||||
description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more
|
description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more
|
||||||
version: 25.2.5
|
version: 25.2.5
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://www.mesa3d.org/
|
url: https://www.mesa3d.org/
|
||||||
license: MIT and BSD-3-Clause and SGI-B-2.0
|
license: MIT and BSD-3-Clause and SGI-B-2.0
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
# Build only minimal debug info to reduce size
|
|
||||||
export CFLAGS="${CFLAGS} -g1" CXXFLAGS="${CXXFLAGS} -g1"
|
|
||||||
|
|
||||||
meson setup --prefix=/usr \
|
meson setup --prefix=/usr \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
--buildtype=release \
|
--buildtype=release \
|
||||||
|
|||||||
Reference in New Issue
Block a user