Skip to content

Commit

Permalink
CP-44484: Generate debugging information
Browse files Browse the repository at this point in the history
Signed-off-by: Qin Zhang <[email protected]>
  • Loading branch information
qinz0822 authored and MarkSymsCtx committed Oct 9, 2023
1 parent 2ae6017 commit 5deac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcopy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DESTDIR ?=
DEBUGDIR ?= /opt/xensource/debug


OPTS := -D _GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Wall
OPTS := -D _GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall

SRC := dcopy.c
SRC += atomicio.c
Expand Down

0 comments on commit 5deac9e

Please sign in to comment.