mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Hide symbol visibility in CMake and Android.mk.
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@ LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := liblove
|
||||
LOCAL_CFLAGS := -g -DGL_GLEXT_PROTOTYPES -DAL_ALEXT_PROTOTYPES
|
||||
|
||||
LOCAL_CPPFLAGS := ${LOCAL_CFLAGS}
|
||||
LOCAL_CFLAGS := -g -DGL_GLEXT_PROTOTYPES -DAL_ALEXT_PROTOTYPES -fvisibility=hidden
|
||||
LOCAL_CPPFLAGS := -fvisibility-inlines-hidden
|
||||
|
||||
# I don't think there's armeabi-v7a device without NEON instructions in 2018
|
||||
LOCAL_ARM_NEON := true
|
||||
|
||||
Reference in New Issue
Block a user