Skip to content

Commit

Permalink
Disable pthreads
Browse files Browse the repository at this point in the history
  • Loading branch information
hurufu committed Apr 13, 2024
1 parent 1dfb7d4 commit 30d5df3
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 @@ -14,7 +14,7 @@ CFLAGS += -fstack-protector-all
CFLAGS += -Wno-implicit-fallthrough
CFLAGS += -gz=zlib -fdiagnostics-color=always -flto -ffat-lto-objects
#CFLAGS += -fanalyzer
CPPFLAGS := -DCORO_PTHREAD
#CPPFLAGS := -DCORO_PTHREAD
#CPPFLAGS += -DCORO_USE_VALGRIND
#CPPFLAGS := -DNO_LOGS_ON_STDERR
LDFLAGS := -Wl,-z,relro,-z,now,-z,defs
Expand Down

0 comments on commit 30d5df3

Please sign in to comment.