Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olaf van der Spek
mariadb-10.1
Commits
0ef5a518
Commit
0ef5a518
authored
Nov 22, 2017
by
Ondrej Sury
Browse files
Change the default optimization level to -O2 to fix arm64 build
parent
2a096562
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
0ef5a518
...
@@ -89,6 +89,8 @@ override_dh_auto_configure:
...
@@ -89,6 +89,8 @@ override_dh_auto_configure:
-DINSTALL_PLUGINDIR=lib/$(DEB_HOST_MULTIARCH)/mariadb18/plugin \
-DINSTALL_PLUGINDIR=lib/$(DEB_HOST_MULTIARCH)/mariadb18/plugin \
-DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test \
-DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test \
-DPLUGIN_AUTH_SOCKET=STATIC \
-DPLUGIN_AUTH_SOCKET=STATIC \
-DCMAKE_C_FLAGS_RELEASE="-O2 -DNDEBUG" \
-DCMAKE_CXX_FLAGS_RELEASE="-O2 -DNDEBUG" \
-DDEB=$(DEB_VENDOR) ..'
-DDEB=$(DEB_VENDOR) ..'
# This is needed, otherwise 'make test' will run before binaries have been built
# This is needed, otherwise 'make test' will run before binaries have been built
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment