mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Omit warnings for SSL
This commit is contained in:
parent
ba71ce7427
commit
2d7ed3b994
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ USE_KRB5 = 0
|
||||
#############################################################
|
||||
|
||||
# Default compilation flags unless stated otherwise.
|
||||
CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall
|
||||
CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall -Wno-deprecated-declarations
|
||||
#CFLAGS += -g -funroll-loops -fomit-frame-pointer -W -Wall
|
||||
|
||||
CC = gcc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user