Temporary check that errors really make the build fail

This commit is contained in:
Douglas Stebila 2019-02-06 20:22:59 -05:00 committed by Thom Wiggers
parent b096330808
commit 5d931897e6
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -2,7 +2,7 @@ LIB=libkyber768_clean.lib
OBJECTS=cbd.obj indcpa.obj kem.obj kex.obj ntt.obj poly.obj polyvec.obj precomp.obj reduce.obj verify.obj
CFLAGS=/I ..\..\..\common /W1 /WX # FIXME: ideally would use /W4 instead of /W1, but too many failures in Kyber right now
CFLAGS=/I ..\..\..\common /W4 /WX # FIXME: ideally would use /W4 instead of /W1, but too many failures in Kyber right now
all: $(LIB)