master
Daniel Kolesa 2017-01-29 21:47:16 +01:00
parent d2d262afbd
commit 70f4e0742e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
OSTD_PATH = ../octastd
LIBCS_CXXFLAGS = \
-std=c++14 -Wall -Wextra -Wshadow -Wold-style-cast -Iinclude -Isrc -g \
-std=c++1z -Wall -Wextra -Wshadow -Wold-style-cast -Iinclude -Isrc -g \
-fvisibility=hidden -I$(OSTD_PATH)
LIBCS_LDFLAGS = -shared