Remove redundant `CPPFLAGS` from CMakePresets.json

This commit is contained in:
Martchus 2024-05-14 09:21:16 +02:00
parent d2928517c5
commit 9bb224c2ba
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@
"environment": {
"CROSS_TOOL_PREFIX": "x86_64-w64-mingw32-",
"CROSS_INSTALL_PREFIX": "/usr/x86_64-w64-mingw32",
"CPPFLAGS": "-D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS",
"PATH": "$env{CROSS_INSTALL_PREFIX}/bin:$penv{PATH}"
},
"cacheVariables": {