Skip to content

Commit 3c3d786

Browse files
committed
Override any debug flags that may be present
1 parent 7df1271 commit 3c3d786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
require 'mkmf'
1414

15-
$CXXFLAGS << ' -std=c++11'
15+
$CXXFLAGS << ' -std=c++11 -g0'
1616

1717
# Set to true when building binary gems
1818
if enable_config('static-stdlib', false)

0 commit comments

Comments
 (0)