mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-02 05:54:29 +03:00
Remove surplus quotation marks from the COMPILER= compile_options setting
for GCC. FossilOrigin-Name: 664c132dabe4a871d5c39c11b339f871ca3a5d31
This commit is contained in:
@@ -48,7 +48,7 @@ static const char * const azCompileOpt[] = {
|
||||
#if defined(_MSC_VER)
|
||||
"COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
|
||||
#elif defined(__GNUC__) && defined(__VERSION__)
|
||||
"COMPILER=gcc-" CTIMEOPT_VAL(__VERSION__),
|
||||
"COMPILER=gcc-" __VERSION__,
|
||||
#elif defined(__clang__) && defined(__clang_version__)
|
||||
"COMPILER=clang-" CTIMEOPT_VAL(__clang_version__),
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user