mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 16:47:17 +02:00
Updated makefiles to 1.34
[SVN r33424]
This commit is contained in:
@ -128,11 +128,11 @@ LINKER=g++ -shared
|
||||
#
|
||||
# compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../../
|
||||
C1=-c -O2 -I../../..
|
||||
#
|
||||
# compiler options for debug build:
|
||||
#
|
||||
C2=-c -g -I../../../
|
||||
C2=-c -g -I../../..
|
||||
|
||||
ifeq "\$(ICU_PATH)" ""
|
||||
\$(warning "Building Boost.Regex without ICU / Unicode support:")
|
||||
@ -208,11 +208,11 @@ LINKER=g++ -shared
|
||||
#
|
||||
# compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../../ -fPIC
|
||||
C1=-c -O2 -I../../.. -fPIC
|
||||
#
|
||||
# compiler options for debug build:
|
||||
#
|
||||
C2=-c -g -I../../../ -fPIC
|
||||
C2=-c -g -I../../.. -fPIC
|
||||
|
||||
ifeq "\$(ICU_PATH)" ""
|
||||
\$(warning "Building Boost.Regex without ICU / Unicode support:")
|
||||
@ -260,3 +260,4 @@ rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user