summaryrefslogtreecommitdiff
blob: 168031714bc91124acf23f4932a3f14cd39977ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/palo/Makefile
+++ b/palo/Makefile
@@ -10,9 +10,9 @@
 OS := $(shell uname -s)
 CC?=cc
 ifeq ($(strip ${OS}),HP-UX)
-CFLAGS=-g -O -I../include -I../lib -I$(PA)/include
+CFLAGS=-O -I../include -I../lib -I$(PA)/include
 else
-CFLAGS=-g -O -I../include -I../lib -D_FILE_OFFSET_BITS=64
+CFLAGS=-O -I../include -I../lib -D_FILE_OFFSET_BITS=64
 endif
 
 ifneq ("$(wildcard /etc/debian_version)","")
@@ -22,7 +22,6 @@
 endif
 
 # LDFLAGS=-Wl,-Bstatic 
-LDFLAGS=
 
 OFILES2=mkbootable.o elf64.o load.o paloio.o elf32.o error.o gzip.o