File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ if "%opengl%"=="1" set auto_compile_flags=%auto_compile_flags% -DR_BACKEND=R_
4848set cl_common = /I..\src\ /I..\local\ /nologo /FC /Z7
4949set cl_debug = call cl /Od /Ob1 /DBUILD_DEBUG=1 %cl_common% %auto_compile_flags%
5050set cl_release = call cl /O2 /DBUILD_DEBUG=0 %cl_common% %auto_compile_flags%
51- set cl_link = /link /MANIFEST:EMBED /INCREMENTAL:NO /pdbaltpath:%%%% _PDB%%%% /NATVIS:" %~dp0 \src\natvis\base.natvis" /noexp
51+ set cl_link = /link /MANIFEST:EMBED /INCREMENTAL:NO /pdbaltpath:%%%% _PDB%%%% /NATVIS:" %~dp0 \src\natvis\base.natvis" /noexp /nocoffgrpinfo
5252set cl_out = /out:
5353set cl_linker =
5454set clang_common = -I..\src\ -I..\local\ -gcodeview -fdiagnostics-absolute-paths -Wall -Wno-unknown-warning-option -Wno-missing-braces -Wno-unused-function -Wno-unused-parameter -Wno-writable-strings -Wno-missing-field-initializers -Wno-unused-value -Wno-unused-variable -Wno-unused-local-typedef -Wno-deprecated-register -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-single-bit-bitfield-constant-conversion -Wno-compare-distinct-pointer-types -Wno-initializer-overrides -Wno-incompatible-pointer-types-discards-qualifiers -Xclang -flto-visibility-public-std -D_USE_MATH_DEFINES -Dstrdup=_strdup -Dgnu_printf=printf -ferror-limit=10000
You can’t perform that action at this time.
0 commit comments