You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is a good example when multiple architecture is given for a single compilation. the -arch i386 has a corresponding macro defined which might cause different sources to analyze. (investigate the macro names for a good test case.)
The text was updated successfully, but these errors were encountered:
SET(CMAKE_OSX_ARCHITECTURES "i386;x86_64" CACHE STRING "Rogue")
is a good example when multiple architecture is given for a single compilation. the
-arch i386
has a corresponding macro defined which might cause different sources to analyze. (investigate the macro names for a good test case.)The text was updated successfully, but these errors were encountered: