Skip to content

Commit

Permalink
make: Set -Og
Browse files Browse the repository at this point in the history
  • Loading branch information
hurufu committed Apr 13, 2024
1 parent da2cf58 commit da77996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion co/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SOURCES := comultitask.c main.c contextring.c $(GENERATED_SOURCES) $(L
OBJECTS := $(SOURCES:.c=.o)
INDEXABLE_FILES := comultitask.h frob.h contextring.h $(SOURCES)
CFLAGS := -Wall -Wextra
CFLAGS += -O0 -ggdb3 -grecord-gcc-switches -Wformat -Werror=format-security
CFLAGS += -Og -ggdb3 -grecord-gcc-switches -Wformat -Werror=format-security
CFLAGS += -fvar-tracking-assignments -fasynchronous-unwind-tables
CFLAGS += -fno-omit-frame-pointer
CFLAGS += -fno-inline
Expand Down

0 comments on commit da77996

Please sign in to comment.