mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Removed DEBUG switch (is handled with 'debug' target)
SVN revision: 1567
This commit is contained in:
parent
b75c6eb7ca
commit
ec10e243ef
5
Makefile
5
Makefile
@ -23,14 +23,9 @@ RCDIR = $(ROOT)/etc/rc.d/init.d
|
|||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
ifndef DEBUG
|
|
||||||
# Default compilation flags unless stated otherwise.
|
# Default compilation flags unless stated otherwise.
|
||||||
# Add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function.
|
# Add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function.
|
||||||
CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall
|
CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall
|
||||||
else
|
|
||||||
# Build with e.g. 'make DEBUG=1' to turn on debugging.
|
|
||||||
CFLAGS += -g -O -W -Wall
|
|
||||||
endif
|
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
IFLAGS = -kr -nut -i3 -l110
|
IFLAGS = -kr -nut -i3 -l110
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user