diff --git a/goil/templates/config/cortex-m/armv7em/buildOptions.oil b/goil/templates/config/cortex-m/armv7em/buildOptions.oil index bead04461..c5c79ceb1 100755 --- a/goil/templates/config/cortex-m/armv7em/buildOptions.oil +++ b/goil/templates/config/cortex-m/armv7em/buildOptions.oil @@ -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