| author | |
| committer | |
| log | 5c4504e00511280ae8bec1118908909fd062c29b |
| tree | 27dd178a9c9428900cef0e6d0eca567a057699a3 |
| parent | 9c6e12ac2950264bc129fdd04d596ddbe22d8dc9 |
2 files changed, 2 insertions(+), 2 deletions(-)
CMakeLists.txt+1-1| ... | ... | @@ -338,7 +338,7 @@ include_directories( |
| 338 | 338 | ) |
| 339 | 339 | |
| 340 | 340 | if(MSVC) |
| 341 | set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -W4") | |
| 341 | set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}") | |
| 342 | 342 | elseif(MINGW) |
| 343 | 343 | set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -Werror -Wno-error=format= -Wno-error=format -Wno-error=format-extra-args") |
| 344 | 344 | else() |
README.md+1-1| ... | ... | @@ -10,7 +10,7 @@ clarity. |
| 10 | 10 | ## Feature Highlights |
| 11 | 11 | |
| 12 | 12 | * Small, simple language. Focus on debugging your application rather than |
| 13 | debugging your knowledge of your programming language. | |
| 13 | debugging knowledge of your programming language. | |
| 14 | 14 | * Ships with a build system that obviates the need for a configure script |
| 15 | 15 | or a makefile. In fact, existing C and C++ projects may choose to depend on |
| 16 | 16 | Zig instead of e.g. cmake. |