Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
remove -fcommon from default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Oct 28, 2023
1 parent d8f40d5 commit 3819f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/project/settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHARED_LIBPATHS=
STATIC_LIBPATHS=

# Compiler flags
CDEBUG=-g -Wall -DDEBUG -fcommon -fdiagnostics-color=always
CDEBUG=-g -Wall -DDEBUG -fdiagnostics-color=always
CRELEASE=-O3 -Wall -DNDEBUG -fcommon

# Arguments when executing with start, memcheck or helgrind
Expand Down
2 changes: 1 addition & 1 deletion src/shared/settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHARED_LIBPATHS=
STATIC_LIBPATHS=

# Compiler flags
CDEBUG=-g -Wall -DDEBUG -fcommon -fdiagnostics-color=always
CDEBUG=-g -Wall -DDEBUG -fdiagnostics-color=always
CRELEASE=-O3 -Wall -DNDEBUG -fcommon

# Source files (*.c) to be excluded from tests compilation
Expand Down
2 changes: 1 addition & 1 deletion src/static/settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHARED_LIBPATHS=
STATIC_LIBPATHS=

# Compiler flags
CDEBUG=-g -Wall -DDEBUG -fcommon -fdiagnostics-color=always
CDEBUG=-g -Wall -DDEBUG -fdiagnostics-color=always
CRELEASE=-O3 -Wall -DNDEBUG -fcommon

# Source files (*.c) to be excluded from tests compilation
Expand Down

0 comments on commit 3819f60

Please sign in to comment.