diff options
Diffstat (limited to 'configs/freebsd')
-rw-r--r-- | configs/freebsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/freebsd b/configs/freebsd index 910352abd3e..95e51f25158 100644 --- a/configs/freebsd +++ b/configs/freebsd @@ -9,7 +9,8 @@ CC = gcc CXX = g++ MAKE = gmake -CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100 +CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100 \ + $(ASM_FLAGS) CXXFLAGS = -O2 -fPIC -pedantic GLUT_CFLAGS = -fexceptions |