Commit 8534aa29 authored by Ubuntu's avatar Ubuntu

compiler flag

parent 03f28587
...@@ -6,7 +6,7 @@ DEFINES := -DNDEBUG ...@@ -6,7 +6,7 @@ DEFINES := -DNDEBUG
# CLANG compiler works fine # CLANG compiler works fine
# CXX := /usr/bin/clang++ # CXX := /usr/bin/clang++
STANDARD_FLAGS := -Wall -Wuninitialized --std=c++11 STANDARD_FLAGS := -Wall -Wuninitialized -std=c++11
RELEASE_FLAGS := -O2 RELEASE_FLAGS := -O2
DEBUG_FLAGS := -g DEBUG_FLAGS := -g
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment