Save work on unit tests for crypto. RC4 and AES are having trouble for some reason...

This commit is contained in:
Michael R Sweet
2021-10-12 17:11:10 -04:00
parent c24243a2bc
commit 493fbca31c
4 changed files with 236 additions and 5 deletions

View File

@ -16,7 +16,8 @@ ARFLAGS = cr
CC = cc
CFLAGS =
CODESIGN_IDENTITY = Developer ID
COMMONFLAGS = -Os -g
#COMMONFLAGS = -Os -g
COMMONFLAGS = -O0 -g
CPPFLAGS = '-DPDFIO_VERSION="$(VERSION)"'
DESTDIR = $(DSTROOT)
DSO = cc