1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00
Dateien
bees/makeflags
T
2016-12-13 12:53:29 +11:00

5 Zeilen
221 B
Plaintext

CCFLAGS = -Wall -Wextra -Werror -O3 -march=native -I../include -ggdb -fpic
# CCFLAGS = -Wall -Wextra -Werror -O0 -I../include -ggdb -fpic
CFLAGS = $(CCFLAGS) -std=c99
CXXFLAGS = $(CCFLAGS) -std=c++11 -Wold-style-cast