mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
less pointless warnings
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|
||||
CC= @CC@
|
||||
CSTD= @CSTD@
|
||||
ifeq ($(OS),Windows_NT)
|
||||
CSTD+= -Wno-pedantic-ms-format
|
||||
endif
|
||||
CFLAGS= $(CSTD) @CFLAGS@ @CPPFLAGS@ -DED25519_@ED25519IMPL@ @MYDEFS@
|
||||
ASFLAGS=
|
||||
LDFLAGS= @NOPIE@ @LDFLAGS@
|
||||
|
||||
Reference in New Issue
Block a user