Skip to content

Commit

Permalink
Merge pull request #4981 from MartinNowak/debug_flag
Browse files Browse the repository at this point in the history
replace -gc in tests with -g
  • Loading branch information
ibuclaw committed Dec 20, 2015
2 parents 1ff6188 + bf6beb5 commit 382fe98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Expand Up @@ -104,7 +104,7 @@ PHOBOS_PATH=..\..\phobos
export DFLAGS=-I$(DRUNTIME_PATH)\import -I$(PHOBOS_PATH)
export LIB=$(PHOBOS_PATH)
else
export ARGS=-inline -release -gc -O -unittest -fPIC
export ARGS=-inline -release -g -O -unittest -fPIC
export DMD=../src/dmd
export EXE=
export OBJ=.o
Expand Down
2 changes: 1 addition & 1 deletion test/runnable/test11447c.d
@@ -1,6 +1,6 @@
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/c11447.d
// PERMUTE_ARGS: -allinst -w -debug -gc
// PERMUTE_ARGS: -allinst -w -debug -g

import imports.c11447;

Expand Down
3 changes: 1 addition & 2 deletions test/runnable/testabi.d
@@ -1,4 +1,4 @@
// PERMUTE_ARGS: -release -gc
// PERMUTE_ARGS: -release -g

version(Windows) {}
else version(X86_64)
Expand Down Expand Up @@ -924,4 +924,3 @@ string d_generate_functions( )
//pragma( msg, d_generate_functions() );
mixin( d_generate_functions() );
// +/

0 comments on commit 382fe98

Please sign in to comment.