Skip to content
Snippets Groups Projects
Commit 500d3fd7 authored by ram's avatar ram
Browse files

Compile and assemble with -O, not -g.

parent bdb77612
No related branches found
No related tags found
No related merge requests found
CPPFLAGS = -I. -I/usr/misc/.X11/include -DSUNOS CPPFLAGS = -I. -I/usr/misc/.X11/include -DSUNOS
CC = gcc # -Wall -Wstrict-prototypes -Wmissing-prototypes CC = gcc # -Wall -Wstrict-prototypes -Wmissing-prototypes
CPP = /lib/cpp CPP = /lib/cpp
CFLAGS = -g CFLAGS = -O
ASFLAGS = -g ASFLAGS = -O
NM = nm -gp NM = nm -gp
ASSEM_SRC = sparc-assem.S ASSEM_SRC = sparc-assem.S
ARCH_SRC = sparc-arch.c ARCH_SRC = sparc-arch.c
......
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