We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e7471 commit d86dbd3Copy full SHA for d86dbd3
test/Makefile
@@ -19,7 +19,7 @@ build/CoDispatchTestsCpp.o: CoDispatchTestsCpp.cpp ../include/objc-helpers/CoDis
19
$(CLANG) $(CPPFLAGS) -c -o $@ $<
20
21
build/CoDispatchTestsNoexcept.o: CoDispatchTestsNoexcept.cpp ../include/objc-helpers/CoDispatch.h build
22
- $(CLANG) $(CPPFLAGS) -c -o $@ $<
+ $(CLANG) $(CPPFLAGS) -fno-exceptions -c -o $@ $<
23
24
build/test: build/main-linux.o \
25
build/BlockUtilTestCpp.o \
0 commit comments