Skip to content

Commit

Permalink
fix: Compilation errors on Linux
Browse files Browse the repository at this point in the history
* See: gabime/spdlog#3233
* tweakme.h:107:88: error: call to non-‘constexpr’ function
* include/spdlog/common-inl.h:19:47: note: in expansion of macro ‘SPDLOG_LEVEL_NAMES’
  • Loading branch information
F1F88 committed Nov 16, 2024
1 parent 7c30f7c commit 70ac980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class ExtensionConfig(object):
'-fvisibility=hidden',
]
cxx.cxxflags += [
'-std=c++17',
'-std=c++14', #* log4sp addition *#

# '-fno-exceptions',
'-fexceptions', #* log4sp addition *#
Expand Down

0 comments on commit 70ac980

Please sign in to comment.