compile for optimized speed execution

This commit is contained in:
iceman1001 2023-11-03 11:36:10 +01:00
commit 68f296cc14
3 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
MYSRCPATHS = ../../common ../../common/cryptorf
MYSRCS = cryptolib.c util.c
MYINCLUDES = -I../../common/cryptorf
MYCFLAGS =
MYCFLAGS = -O3
MYDEFS =
# build artifacts