mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-04 11:04:28 +00:00
Do not use -frtti flag.
This commit is contained in:
parent
8163bced2c
commit
fc276ad52f
@ -16,7 +16,7 @@ endif
|
||||
LOCAL_CFLAGS += -D_LINUX -DCLIENT_WEAPONS -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf \
|
||||
-fno-exceptions -DNO_VOICEGAMEMGR -w
|
||||
|
||||
LOCAL_CPPFLAGS := $(LOCAL_CFLAGS) -frtti
|
||||
LOCAL_CPPFLAGS := $(LOCAL_CFLAGS)
|
||||
|
||||
LOCAL_C_INCLUDES := $(SDL_PATH)/include \
|
||||
$(LOCAL_PATH)/. \
|
||||
|
Loading…
x
Reference in New Issue
Block a user