@ -316,7 +316,7 @@ endif
# -D_GNU_SOURCE access to lots of nonstandard GNU/Linux extension functions
# -D_GNU_SOURCE access to lots of nonstandard GNU/Linux extension functions
# -Werror=pointer-arith catch unportable code that does direct arithmetic on void pointers
# -Werror=pointer-arith catch unportable code that does direct arithmetic on void pointers
# -fno-strict-aliasing jar_xm.h does shady stuff (breaks strict aliasing)
# -fno-strict-aliasing jar_xm.h does shady stuff (breaks strict aliasing)
CFLAGS = -Wall -D_GNU_SOURCE -D$( PLATFORM) -D$( GRAPHICS) -Wno-missing-braces -Werror= pointer-arith -fno-strict-aliasing $( CUSTOM_CFLAGS)
CFLAGS = -Wall -D_GNU_SOURCE -D$( PLATFORM) -D$( GRAPHICS) -Wno-missing-braces -Werror= pointer-arith -fno-strict-aliasing
i f n e q ( $( RAYLIB_CONFIG_FLAGS ) , N O N E )
i f n e q ( $( RAYLIB_CONFIG_FLAGS ) , N O N E )
CFLAGS += -DEXTERNAL_CONFIG_FLAGS $( RAYLIB_CONFIG_FLAGS)
CFLAGS += -DEXTERNAL_CONFIG_FLAGS $( RAYLIB_CONFIG_FLAGS)
@ -449,6 +449,8 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
endif
endif
e n d i f
e n d i f
CFLAGS += $( CUSTOM_CFLAGS)
# Define include paths for required headers: INCLUDE_PATHS
# Define include paths for required headers: INCLUDE_PATHS
# NOTE: Several external required libraries (stb and others)
# NOTE: Several external required libraries (stb and others)
#------------------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------------------