Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
1c102429
Unverified
Commit
1c102429
authored
Nov 03, 2018
by
RobLoach
Browse files
Skip some math functions
parent
5c5a12e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
1c102429
...
...
@@ -187,6 +187,7 @@ ifeq ($(HAVE_CHAISCRIPT),)
FLAGS
+=
-I
$(CORE_DIR)
/vendor/ChaiScript_Extras/include
FLAGS
+=
-D__HAVE_CHAISCRIPT__
FLAGS
+=
-DCHAISCRIPT_NO_THREADS
-DCHAISCRIPT_NO_THREADS_WARNING
-DCHAISCRIPT_NO_DYNLOAD
FLAGS
+=
-DCHAISCRIPT_EXTRAS_MATH_SKIP_ADVANCED
endif
# SDL
...
...
Makefile.libretro
View file @
1c102429
...
...
@@ -292,6 +292,7 @@ else ifeq ($(platform), libnx)
CFLAGS
+=
-std
=
gnu11
PLATFORM_DEFINES
+=
-DARM
-march
=
armv8-a
-mtune
=
cortex-a57
-mtp
=
soft
STATIC_LINKING
=
1
PLATFORM_DEFINES
+=
-D_INCL_PHYSFS_PLATFORMS
-DPHYSFS_PLATFORM_UNIX
=
1
# ARM
else
ifneq
(,$(findstring armv,$(platform)))
...
...
ChaiScript_Extras
@
6d77ff38
Compare
76d21cd8
...
6d77ff38
Subproject commit
7
6d
21cd8acb08e945f0c305ad55334e289fd68a9
Subproject commit 6d
77ff3808b128c55190db1c8bea4098c63c3297
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment