summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 75d0aed..5edfe2c 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -45,7 +45,7 @@ define $(PKG)_BUILD
stage install
'$(TARGET)-g++' \
- -W -Wall -Werror -std=c++98 -U__STRICT_ANSI__ -pedantic \
+ -W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-boost.exe' \
-lboost_serialization-mt
endef