https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592

--- Comment #4 from Jamaika <lukaszcz18 at wp dot pl> ---
https://www.sendspace.com/file/ubncby

echo off
set PATH=C:\msys1201\bin;%PATH%
rem echo %PATH%
rem cd "C:\msys1201\bin"

for %%f in ("%~dp1*.cpp") do g++.exe -std=gnu++14 -ftree-vectorize -g0 -O3
-fPIC -DHAVE_ISATTY -c %%f -o %%~nf.o
cd boost
for %%f in ("%~dp1*.cpp") do g++.exe -std=gnu++14 -ftree-vectorize -g0 -O3
-fPIC -c %%f -o %%~nf.o
cd ..


g++.exe -std=gnu++14 -Wall -Wextra -ftree-vectorize -g0 -O3 -fPIC cjpls.o
cjpls_options.o crc32.o dest.o format.o image.o jls.o options.o pnm.o raw.o
source.o utils.o boost/cmdline.o boost/config_file.o boost/convert.o
boost/options_description.o boost/parsers.o boost/positional_options.o
boost/split.o boost/utf8_codecvt_facet.o boost/value_semantic.o
boost/variables_map.o boost/winmain.o jpegls/charls_jpegls_decoder.o
jpegls/charls_jpegls_encoder.o jpegls/jpegls_error.o
jpegls/jpeg_stream_reader.o jpegls/jpeg_stream_writer.o jpegls/jpegls.o
jpegls/util.o jpegls/version.o -o cjpls.exe
pause

Reply via email to