Skip to content

Commit

Permalink
Build with -Wno-psabi
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Feb 5, 2025
1 parent 3340be8 commit 351c78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC?=gcc
CXX?=g++
CFLAGS+=-g -O3 -std=gnu11 -march=native
CFLAGS+=-g -O3 -std=gnu11 -march=native -Wno-psabi
CPPFLAGS+=-I. -Isha3 -DNDEBUG -DHAVE_OPENSSL -DFAEST_EXPORT=

SOURCES=$(filter-out randomness.c,$(wildcard *.c)) $(wildcard sha3/*.c) $(wildcard sha3/*.s)
Expand Down

0 comments on commit 351c78a

Please sign in to comment.