Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-08-31 13:48:11 +02:00
5 Zeilen
244 B
Plaintext
5 Zeilen
244 B
Plaintext
CCFLAGS = -Wall -Wextra -Werror -O3 -march=native -I../include -ggdb -fpic -D_FILE_OFFSET_BITS=64
|
|
# CCFLAGS = -Wall -Wextra -Werror -O0 -I../include -ggdb -fpic
|
|
CFLAGS = $(CCFLAGS) -std=c99
|
|
CXXFLAGS = $(CCFLAGS) -std=c++11 -Wold-style-cast
|