Skip to content
Snippets Groups Projects
Commit 42897d18 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Make sure EXTRA flags support platform settings

parent c0d5017c
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,11 @@ LDAP_RUNDIR?= $(LDAP_ETCDIR)
## General compiler options ##
#############################################################################
# Passed to every compile (cc or gcc). This is where you put -O or -g, etc.
EXTRACFLAGS=-O -g
#EXTRACFLAGS=-O -g
#EXTRACFLAGS=-O
#EXTRACFLAGS=-g
EXTRACFLAGS?=-g
# Passed to every link (ld). Include -g here if you did in EXTRACFLAGS.
EXTRALDFLAGS=-g
EXTRALDFLAGS?=-g
#############################################################################
## If you are NOT using Kerberos authentication, you can skip this section.##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment