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:
parent
55df0b702c
commit
f6987b3de2
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,6 +8,10 @@
|
|||||||
/lib/
|
/lib/
|
||||||
/obj/
|
/obj/
|
||||||
sandbox/*.*
|
sandbox/*.*
|
||||||
|
# MySQL on windows
|
||||||
|
/include/mysql/
|
||||||
|
/config/mingw32/mysql/
|
||||||
|
/config/mingw64/mysql/
|
||||||
|
|
||||||
# Projects
|
# Projects
|
||||||
*.layout
|
*.layout
|
||||||
|
@ -156,6 +156,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
<Add option="-Wextra" />
|
||||||
<Add option="-Wall" />
|
<Add option="-Wall" />
|
||||||
<Add option="-std=c++14" />
|
<Add option="-std=c++14" />
|
||||||
<Add directory="../include" />
|
<Add directory="../include" />
|
||||||
|
Loading…
Reference in New Issue
Block a user