File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333#pragma once
3434
3535#ifdef HAVE_TRACY
36- # include " tracy/Tracy.hpp"
37- # define SU2_ZONE_SCOPED ZoneScoped
38- # define SU2_ZONE_SCOPED_N (name ) ZoneScopedN(name)
36+ #include " tracy/Tracy.hpp"
37+ #define SU2_ZONE_SCOPED ZoneScoped
38+ #define SU2_ZONE_SCOPED_N (name ) ZoneScopedN(name)
3939#else
40- # define SU2_ZONE_SCOPED
41- # define SU2_ZONE_SCOPED_N (name )
40+ #define SU2_ZONE_SCOPED
41+ #define SU2_ZONE_SCOPED_N (name )
4242#endif
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ if get_option('enable_tracy')
118118 tracy_dep = dependency (' tracy' , static : true )
119119 su2_deps += tracy_dep
120120 su2_cpp_args += ' -DHAVE_TRACY'
121-
121+
122122 # Add build type check
123123 if get_option (' buildtype' ) != ' debugoptimized'
124124 warning (' For optimal Tracy profiling, use --buildtype=debugoptimized' )
You can’t perform that action at this time.
0 commit comments