Skip to content
Snippets Groups Projects
Commit f7c1509d authored by Claudio Hoffmann's avatar Claudio Hoffmann
Browse files

Tupfile: Enable all… eh, a *meaningful* number of warnings, finally :sweat_smile:

parent 7dd86b6f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ else
LOUTPUTS = main.ilk
endif
!cxx = |> cl /nologo /std:c++17 /DWIN32 /c /Zi /EHsc /FS /Qpar $(CFLAGS) /Fo:%o %f |>
!cxx = |> cl /nologo /std:c++17 /DWIN32 /c /Zi /EHsc /FS /Qpar /W4 $(CFLAGS) /Fo:%o %f |>
!exe = |> link /nologo /DEBUG:FULL $(LFLAGS) /out:%o %f |> | %O.pdb $(LOUTPUTS)
: foreach *.cpp |> !cxx |> obj/%B.obj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment