mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Remove old attempt
This commit is contained in:
parent
3fbf44d28e
commit
2ae9175efb
1 changed files with 0 additions and 5 deletions
|
@ -748,11 +748,6 @@ ifeq ($(debug), yes)
|
|||
ADDITIONAL_FLAGS += -g
|
||||
endif
|
||||
|
||||
# Embed PDB Debug Info on Windows MSVC
|
||||
ifeq ($GNUSTEP_TARGET_OS,windows)
|
||||
LDFLAGS += -Wl,-debug
|
||||
endif
|
||||
|
||||
# Add standard debug compiler flags.
|
||||
ADDITIONAL_FLAGS += -DDEBUG -fno-omit-frame-pointer
|
||||
|
||||
|
|
Loading…
Reference in a new issue