1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update the .gitignore file to exclude mysql headers on windows.

Enable extra warnings in the sandbox project.
This commit is contained in:
Sandu Liviu Catalin 2016-06-03 21:32:51 +03:00
parent 55df0b702c
commit f6987b3de2
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@ -8,6 +8,10 @@
/lib/
/obj/
sandbox/*.*
# MySQL on windows
/include/mysql/
/config/mingw32/mysql/
/config/mingw64/mysql/
# Projects
*.layout

View File

@ -156,6 +156,7 @@
</Target>
</Build>
<Compiler>
<Add option="-Wextra" />
<Add option="-Wall" />
<Add option="-std=c++14" />
<Add directory="../include" />