Skip to content

Commit

Permalink
Merge pull request #32 from vteromero/remove-g3-flag
Browse files Browse the repository at this point in the history
Removes -g3 gcc flag for all targets, except debug
  • Loading branch information
vteromero authored Feb 25, 2022
2 parents fa06cd4 + 587b5a8 commit 4130ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TESTSDIR = tests
UNITTESTSDIR = tests/unit

CC = gcc
CFLAGS = -std=c99 -Wall -O3 -g3 -march=native -mtune=native
CFLAGS = -std=c99 -Wall -O3 -march=native -mtune=native
DEBUGFLAGS = -std=c99 -Wall -O0 -g3
LDFLAGS = -shared
AR = ar
Expand Down

0 comments on commit 4130ea0

Please sign in to comment.