Compile with debug info. Start debugging
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,5 +1,5 @@
|
|||||||
(
|
(
|
||||||
cd bin
|
cd bin
|
||||||
srcs=../src/*
|
srcs=../src/*
|
||||||
cl $srcs -I ../inc/ -Od -std:c++20 -Fe
|
cl $srcs -I ../inc/ -Od -std:c++20 -Fe -ZI
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user