mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-31 22:42:17 +00:00
linux build: add an easy option to strip binary
This commit is contained in:
parent
0de6e80093
commit
a6d8b3b847
1
build.sh
1
build.sh
@ -23,6 +23,7 @@ do
|
||||
case $f in
|
||||
--dev|--devel ) flags="$flags -DCMAKE_BUILD_TYPE=Devel" ;;
|
||||
--dbg|--debug ) flags="$flags -DCMAKE_BUILD_TYPE=Debug" ;;
|
||||
--strip ) flags="$flags -DCMAKE_BUILD_STRIP=TRUE" ;;
|
||||
--release ) flags="$flags -DCMAKE_BUILD_TYPE=Release" ;;
|
||||
--glsl ) flags="$flags -DGLSL_API=TRUE" ;;
|
||||
--egl ) flags="$flags -DEGL_API=TRUE" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user