Removed binaries
This commit is contained in:
parent
7e3ca0c95a
commit
6698cf2301
13 changed files with 109 additions and 34 deletions
|
|
@ -22,7 +22,7 @@ config_cflags="\
|
|||
-DSUPPORT_MODULE_RTEXT=1 \
|
||||
-DSUPPORT_MODULE_RMODELS=0 \
|
||||
-DSUPPORT_MODULE_RAUDIO=0 \
|
||||
-DSUPPORT_TRACELOG=0 \
|
||||
-DSUPPORT_TRACELOG=1 \
|
||||
-DSUPPORT_CAMERA_SYSTEM=0 \
|
||||
-DSUPPORT_GESTURES_SYSTEM=0 \
|
||||
-DSUPPORT_RPRAND_GENERATOR=0 \
|
||||
|
|
@ -57,7 +57,7 @@ config_cflags="\
|
|||
-DSUPPORT_FILEFORMAT_PVR=0 \
|
||||
-DSUPPORT_IMAGE_EXPORT=0 \
|
||||
-DSUPPORT_IMAGE_GENERATION=0 \
|
||||
-DSUPPORT_FILEFORMAT_TTF=0 \
|
||||
-DSUPPORT_FILEFORMAT_TTF=1 \
|
||||
-DSUPPORT_FILEFORMAT_FNT=0 \
|
||||
-DSUPPORT_FILEFORMAT_BDF=0 \
|
||||
-DSUPPORT_FILEFORMAT_OBJ=0 \
|
||||
|
|
@ -78,11 +78,6 @@ config_cflags="\
|
|||
|
||||
source $emsdk_env
|
||||
|
||||
echo "MFLAGS MFLAGS MFLAGS MFLAGS MFLAGS"
|
||||
echo $MFLAGS
|
||||
echo "MFLAGS MFLAGS MFLAGS MFLAGS MFLAGS"
|
||||
echo $CFLAGS
|
||||
|
||||
pushd raylib/src
|
||||
echo "Compiling raylib static library for linux"
|
||||
make --silent $modules $MFLAGS RAYLIB_CONFIG_FLAGS="$config_cflags" CUSTOM_CFLAGS="-Os -ffunction-sections -fdata-sections" PLATFORM_OS=LINUX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue