Open wchristian opened 6 years ago
Sorry for the late feed back I use this config for my current windows smoker, would it be better to use this as a default?
C:\Users\abeltje\perl5coresmoke\etc>type w32current.cfg
==
-DCCTYPE=GCC -DCCHOME=C:\Strawberry\c
==
# Always build with -Duselargefiles
-Duselargefiles
==
# This section makes 5 configurations (-Duseithreads is now DEFAULT):
# -Uuseithreads
# -Duseithreads
# -Duseithreads -Duselongdouble
# -Duseithreads -Dusequadmath
# -UWIN64 -Duse64bitint
-Uuseithreads
-Duselongdouble
-Dusequadmath
-UWIN64 -Duse64bitint
==
# No Policy.sh on MSWin32, but we want alternating builds:
# Without and with DEBUGGING
-DDEBUGGING
That file has a lot of comments, but doesn't explain things very precisely and easily. For example by commenting out some of the lower options the number of configurations was affected. So i expected the first line with cchome to increase the number of configurations again if i uncomment it, but apparently it doesn't?