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
Main
Synchronet
Commits
5cf144df
Commit
5cf144df
authored
Apr 06, 2002
by
rswindell
Browse files
Allow warnings in debug build.
parent
aa8a2795
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xpdev/Makefile
src/xpdev/Makefile
+2
-1
No files found.
src/xpdev/Makefile
View file @
5cf144df
...
...
@@ -19,7 +19,7 @@ OFILE = obj
LIBFILE
=
.dll
EXEFILE
=
.exe
ODIR
=
bcc.win32
# Output directory
CFLAGS
=
-M
-g1
CFLAGS
=
-M
LFLAGS
=
-m
-s
-c
-Tpd
-Gi
-I
$(LIBODIR)
DELETE
=
echo
y | del
...
...
@@ -32,6 +32,7 @@ CFLAGS = $(CFLAGS) -v -Od -D_DEBUG
LFLAGS
=
$(LFLAGS)
-v
ODIR
=
$(ODIR)
.debug
!
else
CFLAGS
=
$(CFLAGS)
-g1
ODIR
=
$(ODIR)
.release
!
endif
...
...
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