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
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Daan De Meyer edited this page Jul 28, 2018
·
1 revision
cquery will automatically add these flags on windows: -fms-extensions, -fms-compatibility, and -fdelayed-template-parsing. This may cause issues if you are cross compiling; pass -fno-ms-extensions, -fno-ms-compatibility, and -fno-delayed-template-parsing to disable them. One way to do this is with the Initialization Options