This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Description
Working on a cross platform project, it would be nice to set "Advanced Command Line Arguments" at the top level (Window|Preferences) to match the local installed environment. For example:
-D'x86_64=1' -D'__linux=1' -D'__unix=1' -D'_POSIX_C_SOURCE=200112L'
Must be set in each project, every time. These variables are already set in the Active Build Configuration. I would be happy to set these the same in all cases as cross compilation happens remotely, and the developer would not even have access to many of the otherwise references headers.