Skip to content

Commit d86dbd3

Browse files
committed
Making noexcept Linux test noexcept
1 parent 63e7471 commit d86dbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build/CoDispatchTestsCpp.o: CoDispatchTestsCpp.cpp ../include/objc-helpers/CoDis
1919
$(CLANG) $(CPPFLAGS) -c -o $@ $<
2020

2121
build/CoDispatchTestsNoexcept.o: CoDispatchTestsNoexcept.cpp ../include/objc-helpers/CoDispatch.h build
22-
$(CLANG) $(CPPFLAGS) -c -o $@ $<
22+
$(CLANG) $(CPPFLAGS) -fno-exceptions -c -o $@ $<
2323

2424
build/test: build/main-linux.o \
2525
build/BlockUtilTestCpp.o \

0 commit comments

Comments
 (0)