Skip to content

Commit

Permalink
today()
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jun 13, 2024
1 parent 8535d7f commit 779b5d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/dist")
SET(GCC_N_CLANG_BASE_OPTIONS "-Wall -Wextra -Wpedantic -Warray-bounds -mtune=native -fexceptions")
# target_link_options(${PROJECT_NAME} PUBLIC -flto=auto)

SET(MSVC_BASE_OPTIONS "/Wall /EHsc /bigobj")
SET(MSVC_BASE_OPTIONS "/W3 /EHsc /bigobj /std:c++latest")

# /std:clatest /std:c++latest


#########
Expand Down
2 changes: 1 addition & 1 deletion pya2l/extensions/preprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class Preprocessor {

private:

std::string m_loglevel
std::string m_loglevel;
TempFile tmp_a2l;
TempFile tmp_aml;
TempFile tmp_ifdata;
Expand Down

0 comments on commit 779b5d0

Please sign in to comment.