Skip to content

Commit

Permalink
fix LOAD segment with RWX permissions GUN LD warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbirccyn committed Feb 26, 2024
1 parent e1636b2 commit dc0d533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goil/templates/config/cortex-m/armv7em/buildOptions.oil
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CPU buildOptions {
ASFLAGS = "-Wall"; // All warnings on
ASFLAGS = "--fatal-warnings"; // A warning is an error

// LDFLAGS = "--no-warn-rwx-segment"; // fix gnu-ld 2.39 snafu
LDFLAGS = "--no-warn-rwx-segment"; // fix gnu-ld 2.39 snafu
LDFLAGS = "--fatal-warnings"; // A warning is an error
LDFLAGS = "--warn-common"; // Warn when a common symbol is combined with another common symbol
LDFLAGS = "--no-undefined"; // Report unresolved symbol references
Expand Down

0 comments on commit dc0d533

Please sign in to comment.