JamesTheAwesomeDude / pypqc

Attempt to expose Wiggers and Stebila's PQClean via Python CFFI
Other
0 stars 1 forks source link

Include CFLAGS from Makefile s #7

Closed JamesTheAwesomeDude closed 5 months ago

JamesTheAwesomeDude commented 5 months ago

all of those flags are kinda being ignored; maybe they shouldn't be...

CFLAGS=-std=c99 -O2 -W -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -I../../../common $(EXTRAFLAGS)