Skip to content

Commit e407e34

Browse files
authored
Override compile flags
sass#200
1 parent 4fce2b6 commit e407e34

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)