mirror of
https://github.com/dennypage/dpinger.git
synced 2024-05-19 06:50:01 +00:00
Use gcc by default
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#CC=gcc
|
||||
#WARNINGS=-Wall -Wextra -Wformat=2 -Wno-unused-result
|
||||
CC=gcc
|
||||
WARNINGS=-Wall -Wextra -Wformat=2 -Wno-unused-result
|
||||
|
||||
CC=clang
|
||||
WARNINGS=-Weverything -Wno-padded -Wno-disabled-macro-expansion -Wno-reserved-id-macro
|
||||
#CC=clang
|
||||
#WARNINGS=-Weverything -Wno-unsafe-buffer-usage -Wno-cast-function-type-strict -Wno-padded -Wno-disabled-macro-expansion -Wno-reserved-id-macro
|
||||
|
||||
CFLAGS=${WARNINGS} -pthread -g -O2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user