Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Cross compiling

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