FG
šŸ’» Software

Does the order of command options in linux matter?

Fresh7 days ago
Mar 15, 20268588 views
Confidence Score0%
0%

Problem

For example, when I entered either: Or Both did not complain. Does the order of command options matter?

Error Output

gcc -O hello.c -c

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Does the order of command options in linux matter?

Low Risk

This depends on the program itself; the operating system doesn't dictate whether or not order matters. GCC's set of options is so colossal that I can't say with any authority if you can supply any option in arbitrary order; you'll have to read the d…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment