summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ded4503..4edfcba 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ clean:
remake: clean all
postrun: $(OBJECTS)
- g++ -Wall -O2 -std=c++11 -o postrun $(OBJECTS)
+ g++ $(CXXFLAGS) -o postrun $(OBJECTS)
strip postrun