summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-05-14 20:45:55 +0000
committerDavid Robillard <d@drobilla.net>2008-05-14 20:45:55 +0000
commitf4e4b0c1a4eaa41548e4eb2bdfedc8cfa45c3f16 (patch)
tree67a3d1a73bbeb1eaa17ed431a3f9e1aea9d8ecc1
parent3775121235a46aa05e18dcf6ba30ef82a74464de (diff)
downloadraul-f4e4b0c1a4eaa41548e4eb2bdfedc8cfa45c3f16.tar.gz
raul-f4e4b0c1a4eaa41548e4eb2bdfedc8cfa45c3f16.tar.bz2
raul-f4e4b0c1a4eaa41548e4eb2bdfedc8cfa45c3f16.zip
Add flag to force disable assembly (some people get compile errors for unknown reasons).
git-svn-id: http://svn.drobilla.net/lad/raul@1205 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cdb362a..7753507 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ AC_ARG_ENABLE(debug_symbols,
AC_ARG_ENABLE(debug_assertions,
[AS_HELP_STRING(--enable-debug-assertions, [Enable debugging assertions (no)])],
- [assertions="$enableval"])
+ [debug_assertions="$enableval"])
if test "$debug_symbols" = "yes"; then
CFLAGS="-O0 -g"