Ignore:
Timestamp:
04/28/19 17:08:03 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Programs are produced for the Windows subsysteam (re #347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docker/msys/cefpython-66.0.patch

    r920 r936  
    77 # Project website: https://github.com/cztomczak/cefpython
    88 
    9 @@ -46,16 +46,18 @@
     9@@ -46,16 +46,19 @@
    1010 
    1111 # Compiler args
     
    2626+    #"/MANIFEST:NO",
    2727+    #"/LARGEADDRESSAWARE",
    28 +    "-fstack-protector-all"
     28+    "-fstack-protector-all",
     29+    "-Wl,--subsystem,windows"
    2930 ]
    3031 
Note: See TracChangeset for help on using the changeset viewer.