1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-15 17:26:15 +02:00
Files
bees/makeflags
2016-12-13 12:53:29 +11:00

5 lines
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