Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b72535bc
Commit
b72535bc
authored
Dec 24, 1995
by
Geoff Voelker
Browse files
(LINK_FLAGS): Dump symbol map when linking.
parent
1cd7962f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/makefile.nt
src/makefile.nt
+1
-1
No files found.
src/makefile.nt
View file @
b72535bc
...
...
@@ -54,7 +54,7 @@ TRES = $(BLD)\emacs.rbj
!
endif
TLASTLIB
=
$(BLD)
\l
astfile.lib
LINK_FLAGS
=
$(ARCH_LDFLAGS)
-stack
:0x1000000
-base
:0xD00000
-debug
:full
-debugtype
:cv
-machine
:
$(ARCH)
-subsystem
:
$(SUBSYSTEM)
-entry
:_start
-map
:
$(BLD)
\t
emacs.map
LINK_FLAGS
=
$(ARCH_LDFLAGS)
-stack
:0x1000000
-base
:0xD00000
-debug
:full
-debugtype
:cv
-machine
:
$(ARCH)
-subsystem
:
$(SUBSYSTEM)
-entry
:_start
-map
:
$(BLD)
\t
emacs.map
-map
#
# Split up the objects into two sets so that we don't run out of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment