Skip to content

Commit 4a0bc24

Browse files
committed
s/<debug-symbols>off/<cxxflags>-g0
1 parent ff24618 commit 4a0bc24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ run cfoa/insert_tests.cpp
380380
<toolset>msvc:<cxxflags>/bigobj
381381
<toolset>gcc:<inlining>on
382382
<toolset>gcc:<optimization>off
383-
<toolset>gcc:<debug-symbols>off
383+
<toolset>gcc:<cxxflags>-g0
384384
<toolset>clang:<inlining>on
385385
<toolset>clang:<optimization>space
386386
: cfoa_insert_tests ;

0 commit comments

Comments
 (0)