瀏覽代碼

Temporary check that errors really make the build fail

tags/v0.0.1
Douglas Stebila 5 年之前
父節點
當前提交
c22d445e98
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      crypto_kem/kyber768/clean/Makefile.Microsoft_nmake

+ 1
- 1
crypto_kem/kyber768/clean/Makefile.Microsoft_nmake 查看文件

@@ -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)



Loading…
取消
儲存