Skip to content

Commit

Permalink
config.hh: Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 31, 2024
1 parent 52070f7 commit 5305573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.hh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
# else
// On Linux, for GCC >= 4, tag symbols using GCC extension.
# if __GNUC__ >= 4
// Use C++11 attribute if avaiable.
// This avoid issue when mixing old and C++11 attributes with GCC < 13
# if defined(__cplusplus) && (__cplusplus >= 201103L)
# define @LIBRARY_NAME@_DLLIMPORT [[gnu::visibility("default")]]
# define @LIBRARY_NAME@_DLLEXPORT [[gnu::visibility("default")]]
Expand Down

0 comments on commit 5305573

Please sign in to comment.