mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 19:36:21 +00:00
TEST: Explicitly disable exceptions and std lib usage
This commit is contained in:
parent
ed1739f419
commit
a564a10e7f
@ -9,7 +9,7 @@ TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h
|
|||||||
TEST_LIBS := audio/libaudio.a common/libcommon.a
|
TEST_LIBS := audio/libaudio.a common/libcommon.a
|
||||||
|
|
||||||
#
|
#
|
||||||
TEST_FLAGS := --runner=StdioPrinter
|
TEST_FLAGS := --runner=StdioPrinter --no-std --no-eh
|
||||||
TEST_CFLAGS := -I$(srcdir)/test/cxxtest
|
TEST_CFLAGS := -I$(srcdir)/test/cxxtest
|
||||||
TEST_LDFLAGS := $(LIBS)
|
TEST_LDFLAGS := $(LIBS)
|
||||||
TEST_CXXFLAGS := $(filter-out -Wglobal-constructors,$(CXXFLAGS))
|
TEST_CXXFLAGS := $(filter-out -Wglobal-constructors,$(CXXFLAGS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user