44
44
env :
45
45
ASAN_OPTIONS : ${{ matrix.config.asan }}
46
46
AUTOTOOLS : ${{ matrix.config.autotools }}
47
- EXTRA_CFLAGS : ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
48
- EXTRA_CXXFLAGS : ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
47
+ EXTRA_CFLAGS : ${{ matrix.config.cflags }}
48
+ EXTRA_CXXFLAGS : ${{ matrix.config.cflags }}
49
49
EXTRA_LDFLAGS : ${{ matrix.config.cflags }}
50
50
SASS_LIBSASS_PATH : libsass
51
51
COVERAGE : no
@@ -178,7 +178,7 @@ jobs:
178
178
- name : Clone and checkout sass-spec repository
179
179
run : git clone https://github.com/mgreter/sass-spec.git --branch refactor/libsass-4-alpha
180
180
- name : Compile libsass ${{ matrix.config.build }} build for ${{ matrix.config.platform }}
181
- run : msbuild /m:4 /p:Configuration=${{ matrix.config.build }} /p:Platform=${{ matrix.config.platform }} /p:DefineConstants="DEBUG_SHARED_PTR" sassc\win\sassc.sln
181
+ run : msbuild /m:4 /p:Configuration=${{ matrix.config.build }} /p:Platform=${{ matrix.config.platform }} sassc\win\sassc.sln
182
182
- name : Check sassc help call
183
183
run : sassc\bin\sassc.exe --term-colors --help
184
184
- name : Execute spec test runner
@@ -200,8 +200,8 @@ jobs:
200
200
201
201
env :
202
202
ASAN_OPTIONS : ${{ matrix.config.asan }}
203
- EXTRA_CFLAGS : ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
204
- EXTRA_CXXFLAGS : ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
203
+ EXTRA_CFLAGS : ${{ matrix.config.cflags }}
204
+ EXTRA_CXXFLAGS : ${{ matrix.config.cflags }}
205
205
SASS_LIBSASS_PATH : libsass
206
206
COVERAGE : no
207
207
0 commit comments